aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <[email protected]>2024-08-22 13:57:27 +0100
committerJakub Kicinski <[email protected]>2024-08-26 09:37:22 -0700
commit19f1f11c9a8e92a2211a3854bd2cfbd4bb6303f1 (patch)
treefc2f34fd0bdd28b021514a88b1c998e788d22d84
parente8ac2dba93eafb928fd9e127cdade3b2216a642c (diff)
net: qualcomm: rmnet: Correct spelling in if_rmnet.h
Correct spelling in if_rmnet.h As reported by codespell. Cc: Sean Tranchetti <[email protected]> Signed-off-by: Simon Horman <[email protected]> Reviewed-by: Subash Abhinov Kasiviswanathan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r--include/linux/if_rmnet.h2
1 files changed, 1 insertions, 1 deletions
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)