diff mbox series

[ovs-dev,v1,1/1] dpif-netdev: Fix typo in copyright header.

Message ID 1602004160-18460-1-git-send-email-ian.stokes@intel.com
State Accepted
Headers show
Series [ovs-dev,v1,1/1] dpif-netdev: Fix typo in copyright header. | expand

Commit Message

Stokes, Ian Oct. 6, 2020, 5:09 p.m. UTC
Reported-by: David Marchand <david.marchand@redhat.com>
Fixes: 352b6c7116cd ("dpif-lookup: add avx512 gather implementation.")
Fixes: f5ace7cd8a85 ("dpif-netdev: Move dpcls lookup structures to .h")
Cc: Harry Van Haaren <harry.van.haaren@intel.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
---
 lib/dpif-netdev-lookup-avx512-gather.c | 2 +-
 lib/dpif-netdev-private.h              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Van Haaren, Harry Oct. 6, 2020, 6:03 p.m. UTC | #1
> -----Original Message-----
> From: Stokes, Ian <ian.stokes@intel.com>
> Sent: Tuesday, October 6, 2020 6:09 PM
> To: dev@openvswitch.org
> Cc: Stokes, Ian <ian.stokes@intel.com>; Van Haaren, Harry
> <harry.van.haaren@intel.com>
> Subject: [PATCH v1 1/1] dpif-netdev: Fix typo in copyright header.
> 
> Reported-by: David Marchand <david.marchand@redhat.com>
> Fixes: 352b6c7116cd ("dpif-lookup: add avx512 gather implementation.")
> Fixes: f5ace7cd8a85 ("dpif-netdev: Move dpcls lookup structures to .h")
> Cc: Harry Van Haaren <harry.van.haaren@intel.com>
> Signed-off-by: Ian Stokes <ian.stokes@intel.com>

Thanks, I'll admit I'm pretty typo-spello-prone... will get the spell checker out more!

Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
Flavio Leitner Oct. 6, 2020, 8:48 p.m. UTC | #2
On Tue, Oct 06, 2020 at 06:09:20PM +0100, Ian Stokes wrote:
> Reported-by: David Marchand <david.marchand@redhat.com>
> Fixes: 352b6c7116cd ("dpif-lookup: add avx512 gather implementation.")
> Fixes: f5ace7cd8a85 ("dpif-netdev: Move dpcls lookup structures to .h")
> Cc: Harry Van Haaren <harry.van.haaren@intel.com>
> Signed-off-by: Ian Stokes <ian.stokes@intel.com>
> ---

Acked-by: Flavio Leitner <fbl@sysclose.org>
Stokes, Ian Oct. 7, 2020, 1:15 p.m. UTC | #3
> On Tue, Oct 06, 2020 at 06:09:20PM +0100, Ian Stokes wrote:
> > Reported-by: David Marchand <david.marchand@redhat.com>
> > Fixes: 352b6c7116cd ("dpif-lookup: add avx512 gather implementation.")
> > Fixes: f5ace7cd8a85 ("dpif-netdev: Move dpcls lookup structures to .h")
> > Cc: Harry Van Haaren <harry.van.haaren@intel.com>
> > Signed-off-by: Ian Stokes <ian.stokes@intel.com>
> > ---
> 
> Acked-by: Flavio Leitner <fbl@sysclose.org>

Thanks for the review, pushed to master and backported as far as 2.13.

Regards
Ian
diff mbox series

Patch

diff --git a/lib/dpif-netdev-lookup-avx512-gather.c b/lib/dpif-netdev-lookup-avx512-gather.c
index 12a01a34a..5e3634249 100644
--- a/lib/dpif-netdev-lookup-avx512-gather.c
+++ b/lib/dpif-netdev-lookup-avx512-gather.c
@@ -1,5 +1,5 @@ 
 /*
- * Copyright (c) 2020, Intel Corperation.
+ * Copyright (c) 2020, Intel Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/lib/dpif-netdev-private.h b/lib/dpif-netdev-private.h
index bdc150d45..4fda1220b 100644
--- a/lib/dpif-netdev-private.h
+++ b/lib/dpif-netdev-private.h
@@ -1,6 +1,6 @@ 
 /*
  * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2015 Nicira, Inc.
- * Copyright (c) 2019 Intel Corperation.
+ * Copyright (c) 2019 Intel Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.