瀏覽代碼

[PATCH] USB: make usb storage note visible in Kconfig

the following patch splits the NOTE: in the Device Drivers->USB submenu of
Kconfig thus making the whole of it readable on 600x800 terminals.
(Otherwise, the line was too big and disappeared into nowhere.)

Signed-off-by: Borislav Petkov <petkov@uni-muenster.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

 drivers/usb/storage/Kconfig |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Borislav Petkov 19 年之前
父節點
當前提交
d40ece1dc8
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      drivers/usb/storage/Kconfig

+ 2 - 1
drivers/usb/storage/Kconfig

@@ -2,7 +2,8 @@
 # USB Storage driver configuration
 # USB Storage driver configuration
 #
 #
 
 
-comment "NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information"
+comment "NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'"
+comment "may also be needed; see USB_STORAGE Help for more information"
 	depends on USB
 	depends on USB
 
 
 config USB_STORAGE
 config USB_STORAGE