aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/scsi/libfcoe.h
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2019-07-21 14:50:39 +0200
committerMartin K. Petersen <martin.petersen@oracle.com>2019-07-23 22:14:06 -0400
commit5523ca8f624dc9268bda109d37cbdc3efb5e79be (patch)
treeedb892619804ef0b8aed1fd7b9001aaaa98b2d55 /include/scsi/libfcoe.h
parentscsi: megaraid_sas: Make some functions static (diff)
downloadwireguard-linux-5523ca8f624dc9268bda109d37cbdc3efb5e79be.tar.xz
wireguard-linux-5523ca8f624dc9268bda109d37cbdc3efb5e79be.zip
scsi: fcoe: fix a typo
#define relative to FCOE CTLR start with FCOE_CTLR, except FCOE_CTRL_SOL_TOV. This is likely a typo and CTRL should be CTLR here as well. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/scsi/libfcoe.h')
-rw-r--r--include/scsi/libfcoe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/libfcoe.h b/include/scsi/libfcoe.h
index c50fb297e265..dc14b52577f7 100644
--- a/include/scsi/libfcoe.h
+++ b/include/scsi/libfcoe.h
@@ -31,7 +31,7 @@
* FIP tunable parameters.
*/
#define FCOE_CTLR_START_DELAY 2000 /* mS after first adv. to choose FCF */
-#define FCOE_CTRL_SOL_TOV 2000 /* min. solicitation interval (mS) */
+#define FCOE_CTLR_SOL_TOV 2000 /* min. solicitation interval (mS) */
#define FCOE_CTLR_FCF_LIMIT 20 /* max. number of FCF entries */
#define FCOE_CTLR_VN2VN_LOGIN_LIMIT 3 /* max. VN2VN rport login retries */