Message ID | 20240822-net-spell-v1-6-3a98971ce2d2@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 19f1f11c9a8e92a2211a3854bd2cfbd4bb6303f1 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: header and core spelling corrections | expand |
On 8/22/2024 6:57 AM, Simon Horman wrote: > Correct spelling in if_rmnet.h > As reported by codespell. > > Cc: Subash Abhinov Kasiviswanathan <quic_subashab@quicinc.com> > Cc: Sean Tranchetti <quic_stranche@quicinc.com> > Signed-off-by: Simon Horman <horms@kernel.org> > --- > include/linux/if_rmnet.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/if_rmnet.h b/include/linux/if_rmnet.h > index 839d1e48b85e..c44bf6e80ecb 100644 > --- a/include/linux/if_rmnet.h > +++ b/include/linux/if_rmnet.h > @@ -42,7 +42,7 @@ struct rmnet_map_ul_csum_header { > > /* csum_info field: > * OFFSET: where (offset in bytes) to insert computed checksum > - * UDP: 1 = UDP checksum (zero checkum means no checksum) > + * UDP: 1 = UDP checksum (zero checksum means no checksum) > * ENABLED: 1 = checksum computation requested > */ > #define MAP_CSUM_UL_OFFSET_MASK GENMASK(13, 0) > Reviewed-by: Subash Abhinov Kasiviswanathan <quic_subashab@quicinc.com>
diff --git a/include/linux/if_rmnet.h b/include/linux/if_rmnet.h index 839d1e48b85e..c44bf6e80ecb 100644 --- a/include/linux/if_rmnet.h +++ b/include/linux/if_rmnet.h @@ -42,7 +42,7 @@ struct rmnet_map_ul_csum_header { /* csum_info field: * OFFSET: where (offset in bytes) to insert computed checksum - * UDP: 1 = UDP checksum (zero checkum means no checksum) + * UDP: 1 = UDP checksum (zero checksum means no checksum) * ENABLED: 1 = checksum computation requested */ #define MAP_CSUM_UL_OFFSET_MASK GENMASK(13, 0)
Correct spelling in if_rmnet.h As reported by codespell. Cc: Subash Abhinov Kasiviswanathan <quic_subashab@quicinc.com> Cc: Sean Tranchetti <quic_stranche@quicinc.com> Signed-off-by: Simon Horman <horms@kernel.org> --- include/linux/if_rmnet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)