projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fa79a7
)
staging: qlge: correct a misspelled word
author
Jules Irenge
<jbi.octave@gmail.com>
Thu, 10 Oct 2019 17:21:14 +0000
(18:21 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 11 Oct 2019 09:06:00 +0000
(11:06 +0200)
Fix a misspelling of "several" detected by checkpatch
Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
Link:
https://lore.kernel.org/r/20191010172114.12345-1-jbi.octave@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/qlge/qlge_dbg.c
patch
|
blob
|
history
diff --git
a/drivers/staging/qlge/qlge_dbg.c
b/drivers/staging/qlge/qlge_dbg.c
index 7e16066a35271432c3465762e70eb67b278e0433..a743971e5782ce2875426408369d05e1d676600a 100644
(file)
--- a/
drivers/staging/qlge/qlge_dbg.c
+++ b/
drivers/staging/qlge/qlge_dbg.c
@@
-354,7
+354,7
@@
static int ql_get_xgmac_regs(struct ql_adapter *qdev, u32 *buf,
for (i = PAUSE_SRC_LO; i < XGMAC_REGISTER_END; i += 4, buf++) {
/* We're reading 400 xgmac registers, but we filter out
- * se
r
veral locations that are non-responsive to reads.
+ * several locations that are non-responsive to reads.
*/
if ((i == 0x00000114) ||
(i == 0x00000118) ||