Skip to content

Commit e1e17a1

Browse files
Prasad Panditkonradwilk
authored andcommitted
firmware: iscsi_ibft: fix ISCSI_IBFT Kconfig entry
Fix ISCSI_IBFT Kconfig entry, replace tab with a space character. Fixes: 138fe4e ("Firmware: add iSCSI iBFT Support") Signed-off-by: Prasad Pandit <pjp@fedoraproject.org> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
1 parent ffd294d commit e1e17a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/firmware/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ config ISCSI_IBFT
106106
select ISCSI_BOOT_SYSFS
107107
select ISCSI_IBFT_FIND if X86
108108
depends on ACPI && SCSI && SCSI_LOWLEVEL
109-
default n
109+
default n
110110
help
111111
This option enables support for detection and exposing of iSCSI
112112
Boot Firmware Table (iBFT) via sysfs to userspace. If you wish to

0 commit comments

Comments
 (0)