aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_attr.c')
-rw-r--r--drivers/scsi/lpfc/lpfc_attr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c
index b9acc6eefe62..21397f37010d 100644
--- a/drivers/scsi/lpfc/lpfc_attr.c
+++ b/drivers/scsi/lpfc/lpfc_attr.c
@@ -2372,12 +2372,12 @@ LPFC_ATTR_RW(poll_tmo, 10, 1, 255,
2372/* 2372/*
2373# lpfc_use_msi: Use MSI (Message Signaled Interrupts) in systems that 2373# lpfc_use_msi: Use MSI (Message Signaled Interrupts) in systems that
2374# support this feature 2374# support this feature
2375# 0 = MSI disabled (default) 2375# 0 = MSI disabled
2376# 1 = MSI enabled 2376# 1 = MSI enabled
2377# 2 = MSI-X enabled 2377# 2 = MSI-X enabled (default)
2378# Value range is [0,2]. Default value is 0. 2378# Value range is [0,2]. Default value is 2.
2379*/ 2379*/
2380LPFC_ATTR_R(use_msi, 0, 0, 2, "Use Message Signaled Interrupts (1) or " 2380LPFC_ATTR_R(use_msi, 2, 0, 2, "Use Message Signaled Interrupts (1) or "
2381 "MSI-X (2), if possible"); 2381 "MSI-X (2), if possible");
2382 2382
2383/* 2383/*