diff options
author | Varun Prakash <varun@chelsio.com> | 2019-04-14 11:45:12 -0400 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-04-15 22:15:06 -0400 |
commit | 21112e13cc7aba49f68bdecb19306e610fe0c3bf (patch) | |
tree | 92d1a145dbe8097540aa4a2b638f4a27eac2387f /drivers/scsi/cxgbi | |
parent | 74dea0bed79353ce2aadcb06406d3a9d28bae57b (diff) |
scsi: cxgb4i: fix incorrect spelling "reveive" -> "receive"
Signed-off-by: Varun Prakash <varun@chelsio.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/cxgbi')
-rw-r--r-- | drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c index d44914e5e415..124f3345420f 100644 --- 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)"); | |||
60 | #define CXGB4I_DEFAULT_10G_RCV_WIN (256 * 1024) | 60 | #define CXGB4I_DEFAULT_10G_RCV_WIN (256 * 1024) |
61 | static int cxgb4i_rcv_win = -1; | 61 | static int cxgb4i_rcv_win = -1; |
62 | module_param(cxgb4i_rcv_win, int, 0644); | 62 | module_param(cxgb4i_rcv_win, int, 0644); |
63 | MODULE_PARM_DESC(cxgb4i_rcv_win, "TCP reveive window in bytes"); | 63 | MODULE_PARM_DESC(cxgb4i_rcv_win, "TCP receive window in bytes"); |
64 | 64 | ||
65 | #define CXGB4I_DEFAULT_10G_SND_WIN (128 * 1024) | 65 | #define CXGB4I_DEFAULT_10G_SND_WIN (128 * 1024) |
66 | static int cxgb4i_snd_win = -1; | 66 | static int cxgb4i_snd_win = -1; |