diff options
| author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-27 17:29:06 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-27 21:43:47 -0500 |
| commit | b564d62e67560423965c43d60249a09d8e70a27a (patch) | |
| tree | 52ad7f40acdf6ccf215bded10c6f56db904faef2 /kernel/torture.c | |
| parent | 4e0385dd7469d933c4adf84a617f872ca547aa07 (diff) | |
scripts/spelling.txt: add "varible" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt:
varible||variable
While we are here, tidy up the comment blocks that fit in a single line
for drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c and
net/sctp/transport.c.
Link: http://lkml.kernel.org/r/1481573103-11329-11-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>
Diffstat (limited to 'kernel/torture.c')
| -rw-r--r-- | kernel/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/torture.c b/kernel/torture.c index 0d887eb62856..01a99976f072 100644 --- a/kernel/torture.c +++ b/kernel/torture.c | |||
| @@ -311,7 +311,7 @@ EXPORT_SYMBOL_GPL(torture_random); | |||
| 311 | /* | 311 | /* |
| 312 | * Variables for shuffling. The idea is to ensure that each CPU stays | 312 | * Variables for shuffling. The idea is to ensure that each CPU stays |
| 313 | * idle for an extended period to test interactions with dyntick idle, | 313 | * idle for an extended period to test interactions with dyntick idle, |
| 314 | * as well as interactions with any per-CPU varibles. | 314 | * as well as interactions with any per-CPU variables. |
| 315 | */ | 315 | */ |
| 316 | struct shuffle_task { | 316 | struct shuffle_task { |
| 317 | struct list_head st_l; | 317 | struct list_head st_l; |
