projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74dea0b
)
scsi: cxgb4i: fix incorrect spelling "reveive" -> "receive"
author
Varun Prakash
<varun@chelsio.com>
Sun, 14 Apr 2019 15:45:12 +0000
(21:15 +0530)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Tue, 16 Apr 2019 02:15:06 +0000
(22:15 -0400)
Signed-off-by: Varun Prakash <varun@chelsio.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
index d44914e5e415fc50eb04b7ee00567ea4fb0b732d..124f3345420f7043c15c01002ecb736154b0697a 100644
(file)
--- a/
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
+++ b/
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
@@
-60,7
+60,7
@@
MODULE_PARM_DESC(dbg_level, "Debug flag (default=0)");
#define CXGB4I_DEFAULT_10G_RCV_WIN (256 * 1024)
static int cxgb4i_rcv_win = -1;
module_param(cxgb4i_rcv_win, int, 0644);
-MODULE_PARM_DESC(cxgb4i_rcv_win, "TCP re
v
eive window in bytes");
+MODULE_PARM_DESC(cxgb4i_rcv_win, "TCP re
c
eive window in bytes");
#define CXGB4I_DEFAULT_10G_SND_WIN (128 * 1024)
static int cxgb4i_snd_win = -1;