diff mbox series

[net-next,06/13] net: qualcomm: rmnet: Correct spelling in if_rmnet.h

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

Checks

Context Check Description
netdev/series_format success Posting correctly formatted
netdev/tree_selection success Clearly marked for net-next, async
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 16 this patch: 16
netdev/build_tools success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers success CCed 6 of 6 maintainers
netdev/build_clang success Errors and warnings before: 16 this patch: 16
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 16 this patch: 16
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-08-25--21-00 (tests: 714)

Commit Message

Simon Horman Aug. 22, 2024, 12:57 p.m. UTC
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(-)

Comments

Subash Abhinov Kasiviswanathan (KS) Aug. 23, 2024, 5:07 a.m. UTC | #1
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 mbox series

Patch

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)