diff mbox series

[ovs-dev] packets: Fix typo in comment.

Message ID 20200303183718.1516910-1-blp@ovn.org
State Accepted
Commit ffbe63cd4702ffa9fc7cd97f69ba6fbba308b0b3
Headers show
Series [ovs-dev] packets: Fix typo in comment. | expand

Commit Message

Ben Pfaff March 3, 2020, 6:37 p.m. UTC
Reported-by: Toms Atteka <tatteka@vmware.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 lib/packets.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Han Zhou March 4, 2020, 8:09 p.m. UTC | #1
On Tue, Mar 3, 2020 at 10:37 AM Ben Pfaff <blp@ovn.org> wrote:
>
> Reported-by: Toms Atteka <tatteka@vmware.com>
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---
>  lib/packets.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/packets.h b/lib/packets.h
> index 5d7f82c45b6a..4c1e91dee254 100644
> --- a/lib/packets.h
> +++ b/lib/packets.h
> @@ -963,7 +963,7 @@ union ovs_16aligned_in6_addr {
>      ovs_16aligned_be32 be32[4];
>  };
>
> -/* Like struct in6_hdr, but whereas that struct requires 32-bit
alignment, this
> +/* Like struct ip6_hdr, but whereas that struct requires 32-bit
alignment, this
>   * one only requires 16-bit alignment. */
>  struct ovs_16aligned_ip6_hdr {
>      union {
> --
> 2.24.1
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Acked-by: Han Zhou <hzhou@ovn.org>
Ben Pfaff March 5, 2020, 8:23 p.m. UTC | #2
On Wed, Mar 04, 2020 at 12:09:20PM -0800, Han Zhou wrote:
> On Tue, Mar 3, 2020 at 10:37 AM Ben Pfaff <blp@ovn.org> wrote:
> >
> > Reported-by: Toms Atteka <tatteka@vmware.com>
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> > ---
> >  lib/packets.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/lib/packets.h b/lib/packets.h
> > index 5d7f82c45b6a..4c1e91dee254 100644
> > --- a/lib/packets.h
> > +++ b/lib/packets.h
> > @@ -963,7 +963,7 @@ union ovs_16aligned_in6_addr {
> >      ovs_16aligned_be32 be32[4];
> >  };
> >
> > -/* Like struct in6_hdr, but whereas that struct requires 32-bit
> alignment, this
> > +/* Like struct ip6_hdr, but whereas that struct requires 32-bit
> alignment, this
> >   * one only requires 16-bit alignment. */
> >  struct ovs_16aligned_ip6_hdr {
> >      union {
> > --
> > 2.24.1
> >
> > _______________________________________________
> > dev mailing list
> > dev@openvswitch.org
> > https://mail.openvswitch.org/mailman/listinfo/ovs-dev
> 
> Acked-by: Han Zhou <hzhou@ovn.org>

Thanks.  Applied to master.
diff mbox series

Patch

diff --git a/lib/packets.h b/lib/packets.h
index 5d7f82c45b6a..4c1e91dee254 100644
--- a/lib/packets.h
+++ b/lib/packets.h
@@ -963,7 +963,7 @@  union ovs_16aligned_in6_addr {
     ovs_16aligned_be32 be32[4];
 };
 
-/* Like struct in6_hdr, but whereas that struct requires 32-bit alignment, this
+/* Like struct ip6_hdr, but whereas that struct requires 32-bit alignment, this
  * one only requires 16-bit alignment. */
 struct ovs_16aligned_ip6_hdr {
     union {