diff mbox series

scsi: ufs: Fix double space in SCSI_UFS_HWMON description

Message ID 20211106164741.1571206-1-geert@linux-m68k.org (mailing list archive)
State Accepted
Headers show
Series scsi: ufs: Fix double space in SCSI_UFS_HWMON description | expand

Commit Message

Geert Uytterhoeven Nov. 6, 2021, 4:47 p.m. UTC
There's no reason to have a double space between "UFS" and
"Temperature", hence drop it.

Fixes: e88e2d32200a1734 ("scsi: ufs: core: Probe for temperature notification support")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 drivers/scsi/ufs/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin K. Petersen Nov. 19, 2021, 3:04 a.m. UTC | #1
Geert,

> There's no reason to have a double space between "UFS" and
> "Temperature", hence drop it.

Applied to 5.17/scsi-staging, thanks!
Martin K. Petersen Nov. 23, 2021, 3:49 a.m. UTC | #2
On Sat, 6 Nov 2021 17:47:41 +0100, Geert Uytterhoeven wrote:

> There's no reason to have a double space between "UFS" and
> "Temperature", hence drop it.
> 
> 

Applied to 5.17/scsi-queue, thanks!

[1/1] scsi: ufs: Fix double space in SCSI_UFS_HWMON description
      https://git.kernel.org/mkp/scsi/c/659109a45c6c
diff mbox series

Patch

diff --git a/drivers/scsi/ufs/Kconfig b/drivers/scsi/ufs/Kconfig
index a43f4d947f1bf8a8..9fe27b01904e7477 100644
--- a/drivers/scsi/ufs/Kconfig
+++ b/drivers/scsi/ufs/Kconfig
@@ -200,7 +200,7 @@  config SCSI_UFS_FAULT_INJECTION
 	  to test the UFS error handler and abort handler.
 
 config SCSI_UFS_HWMON
-	bool "UFS  Temperature Notification"
+	bool "UFS Temperature Notification"
 	depends on SCSI_UFSHCD=HWMON || HWMON=y
 	help
 	  This provides support for UFS hardware monitoring. If enabled,