Commit 52c4326a authored by Jules Irenge's avatar Jules Irenge Committed by Greg Kroah-Hartman

staging: qlge: correct a misspelled word

Fix a misspelling of "several" detected by checkpatch
Signed-off-by: default avatarJules Irenge <jbi.octave@gmail.com>
Link: https://lore.kernel.org/r/20191010172114.12345-1-jbi.octave@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0fa79a78
...@@ -354,7 +354,7 @@ static int ql_get_xgmac_regs(struct ql_adapter *qdev, u32 *buf, ...@@ -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++) { for (i = PAUSE_SRC_LO; i < XGMAC_REGISTER_END; i += 4, buf++) {
/* We're reading 400 xgmac registers, but we filter out /* We're reading 400 xgmac registers, but we filter out
* serveral locations that are non-responsive to reads. * several locations that are non-responsive to reads.
*/ */
if ((i == 0x00000114) || if ((i == 0x00000114) ||
(i == 0x00000118) || (i == 0x00000118) ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment