net: qualcomm: rmnet: Correct spelling in if_rmnet.h
authorSimon Horman <horms@kernel.org>
Thu, 22 Aug 2024 12:57:27 +0000 (13:57 +0100)
committerJakub Kicinski <kuba@kernel.org>
Mon, 26 Aug 2024 16:37:22 +0000 (09:37 -0700)
Correct spelling in if_rmnet.h
As reported by codespell.

Cc: Sean Tranchetti <quic_stranche@quicinc.com>
Signed-off-by: Simon Horman <horms@kernel.org>
Reviewed-by: Subash Abhinov Kasiviswanathan <quic_subashab@quicinc.com>
Link: https://patch.msgid.link/20240822-net-spell-v1-6-3a98971ce2d2@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/if_rmnet.h

index 839d1e4..c44bf6e 100644 (file)
@@ -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)