mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
UPSTREAM: scsi: ufs: Fix double space in SCSI_UFS_HWMON description
There's no reason to have a double space between "UFS" and "Temperature", hence drop it. Link: https://lore.kernel.org/r/20211106164741.1571206-1-geert@linux-m68k.org Fixes:e88e2d3220("scsi: ufs: core: Probe for temperature notification support") Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Bug: 204438323 (cherry picked from commit659109a45c) Change-Id: I6c981cde8cc7c50602dc1bb30d9c944b10c23129 Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
committed by
Bart Van Assche
parent
ab85016355
commit
23fea0b40e
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user