diff options
| author | Jakub Kicinski <[email protected]> | 2024-08-26 09:37:25 -0700 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-08-26 09:37:26 -0700 |
| commit | 77f0caecf4e63fd7fb0533ea85d7e792f95c2251 (patch) | |
| tree | 24254e33c32c080a3c96215de7eeb0e135db4d2d /include/linux/etherdevice.h | |
| parent | 0de45db8f4318f03e55214e3af3c5a7a2dc01120 (diff) | |
| parent | a8c924e98738f77668b022ec34107ca8b6093392 (diff) | |
Merge branch 'net-header-and-core-spelling-corrections'
Simon Horman says:
====================
net: header and core spelling corrections
This patchset addresses a number of spelling errors in comments in
Networking files under include/, and files in net/core/. Spelling
problems are as flagged by codespell.
It aims to provide patches that can be accepted directly into net-next.
And splits patches up based on maintainer boundaries: many things
feed directly into net-next. This is a complex process and I apologise
for any errors.
I also plan to address, via separate patches, spelling errors in other
files in the same directories, for files whose changes typically go
through trees other than net-next (which feed into net-next).
====================
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'include/linux/etherdevice.h')
| -rw-r--r-- | include/linux/etherdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/etherdevice.h b/include/linux/etherdevice.h index 0ed47d00549b..30114c25ad12 100644 --- a/include/linux/etherdevice.h +++ b/include/linux/etherdevice.h @@ -645,7 +645,7 @@ static inline struct ethhdr *eth_skb_pull_mac(struct sk_buff *skb) } /** - * eth_skb_pad - Pad buffer to mininum number of octets for Ethernet frame + * eth_skb_pad - Pad buffer to minimum number of octets for Ethernet frame * @skb: Buffer to pad * * An Ethernet frame should have a minimum size of 60 bytes. This function |