From: Prasad Pandit Date: Mon, 11 Mar 2024 10:51:22 +0000 (+0530) Subject: firmware: iscsi_ibft: fix ISCSI_IBFT Kconfig entry X-Git-Tag: v6.14-rc2~19^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1e17a1715982201034024863efbf238bee2bdf9;p=thirdparty%2Flinux.git firmware: iscsi_ibft: fix ISCSI_IBFT Kconfig entry Fix ISCSI_IBFT Kconfig entry, replace tab with a space character. Fixes: 138fe4e0697 ("Firmware: add iSCSI iBFT Support") Signed-off-by: Prasad Pandit Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index 71d8b26c4103b..9f35f69e0f9e2 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig @@ -106,7 +106,7 @@ config ISCSI_IBFT select ISCSI_BOOT_SYSFS select ISCSI_IBFT_FIND if X86 depends on ACPI && SCSI && SCSI_LOWLEVEL - default n + default n help This option enables support for detection and exposing of iSCSI Boot Firmware Table (iBFT) via sysfs to userspace. If you wish to