summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
diff options
context:
space:
mode:
authorPaul Walmsley <paul.walmsley@sifive.com>2019-07-11 23:52:33 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2019-07-12 14:05:41 -0400
commitcc0e5f1ce0a8017c68983eb6b41a1dbd0d24aa98 (patch)
treeea45c52d492bff53598809a9353d13419742957e /drivers/net/wireless
parentfe7d14f174f18745d8dc141377e5f85ae7757d66 (diff)
scripts/spelling.txt: drop "sepc" from the misspelling list
The RISC-V architecture has a register named the "Supervisor Exception Program Counter", or "sepc". This abbreviation triggers checkpatch.pl's misspelling detector, resulting in noise in the checkpatch output. The risk that this noise could cause more useful warnings to be missed seems to outweigh the harm of an occasional misspelling of "spec". Thus drop the "sepc" entry from the misspelling list. [akpm@linux-foundation.org: fix existing "sepc" instances, per Joe] Link: http://lkml.kernel.org/r/20190518210037.13674-1-paul.walmsley@sifive.com Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com> Cc: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r--drivers/net/wireless/realtek/rtlwifi/wifi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/realtek/rtlwifi/wifi.h b/drivers/net/wireless/realtek/rtlwifi/wifi.h
index 81caa3782ec0..3bdda1c98339 100644
--- a/drivers/net/wireless/realtek/rtlwifi/wifi.h
+++ b/drivers/net/wireless/realtek/rtlwifi/wifi.h
@@ -598,7 +598,7 @@ enum ht_channel_width {
598 HT_CHANNEL_WIDTH_MAX, 598 HT_CHANNEL_WIDTH_MAX,
599}; 599};
600 600
601/* Ref: 802.11i sepc D10.0 7.3.2.25.1 601/* Ref: 802.11i spec D10.0 7.3.2.25.1
602 * Cipher Suites Encryption Algorithms 602 * Cipher Suites Encryption Algorithms
603 */ 603 */
604enum rt_enc_alg { 604enum rt_enc_alg {