Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: qualcomm: rmnet: Correct spelling in if_rmnet.h

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>

authored by

Simon Horman and committed by
Jakub Kicinski
19f1f11c e8ac2dba

+1 -1
+1 -1
include/linux/if_rmnet.h
··· 42 42 43 43 /* csum_info field: 44 44 * OFFSET: where (offset in bytes) to insert computed checksum 45 - * UDP: 1 = UDP checksum (zero checkum means no checksum) 45 + * UDP: 1 = UDP checksum (zero checksum means no checksum) 46 46 * ENABLED: 1 = checksum computation requested 47 47 */ 48 48 #define MAP_CSUM_UL_OFFSET_MASK GENMASK(13, 0)