scripts/spelling.txt: add "comsume(r)" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt: comsume||consume comsumer||consumer comsuming||consuming I see some variable names with this pattern, but this commit is only touching comment blocks to avoid unexpected impact. Link: http://lkml.kernel.org/r/1481573103-11329-19-git-send-email-yamada.masahiro@socionext.com Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
d7f3153e22
commit
3f8b6fb7f2
@@ -176,7 +176,7 @@ struct sis900_private {
|
||||
|
||||
u32 msg_enable;
|
||||
|
||||
unsigned int cur_rx, dirty_rx; /* producer/comsumer pointers for Tx/Rx ring */
|
||||
unsigned int cur_rx, dirty_rx; /* producer/consumer pointers for Tx/Rx ring */
|
||||
unsigned int cur_tx, dirty_tx;
|
||||
|
||||
/* The saved address of a sent/receive-in-place packet buffer */
|
||||
|
Reference in New Issue
Block a user