diff options
author | Prasad Pandit <pjp@fedoraproject.org> | 2024-03-11 16:21:22 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-02-17 09:40:11 +0100 |
commit | 5848c712c82a1c08a476183f95051976ab5d4971 (patch) | |
tree | e5508449a8a3cc8395aa92e112add553d7080001 | |
parent | 79578630329597434a3ca53bbdbc614a8172bb5d (diff) | |
download | linux-5848c712c82a1c08a476183f95051976ab5d4971.tar.gz linux-5848c712c82a1c08a476183f95051976ab5d4971.tar.bz2 linux-5848c712c82a1c08a476183f95051976ab5d4971.zip |
firmware: iscsi_ibft: fix ISCSI_IBFT Kconfig entry
[ Upstream commit e1e17a1715982201034024863efbf238bee2bdf9 ]
Fix ISCSI_IBFT Kconfig entry, replace tab with a space character.
Fixes: 138fe4e0697 ("Firmware: add iSCSI iBFT Support")
Signed-off-by: Prasad Pandit <pjp@fedoraproject.org>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r-- | drivers/firmware/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index f0e9f250669e..3f2f22e47bfa 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig @@ -139,7 +139,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 |