treewide: fix typos in comment blocks
Looks like the word "contiguous" is often mistyped. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
This commit is contained in:

committed by
Jiri Kosina

parent
6ade97724f
commit
e1c05067c3
@@ -140,7 +140,7 @@
|
||||
|
||||
#define XGBE_TX_MAX_BUF_SIZE (0x3fff & ~(64 - 1))
|
||||
|
||||
/* Descriptors required for maximum contigous TSO/GSO packet */
|
||||
/* Descriptors required for maximum contiguous TSO/GSO packet */
|
||||
#define XGBE_TX_MAX_SPLIT ((GSO_MAX_SIZE / XGBE_TX_MAX_BUF_SIZE) + 1)
|
||||
|
||||
/* Maximum possible descriptors needed for an SKB:
|
||||
|
Reference in New Issue
Block a user