Gitweb: http://git.kernel.org/linus/0eb526b96ced3759e7d4445fc55204f314e33d8c Commit: 0eb526b96ced3759e7d4445fc55204f314e33d8c Parent: faac64ad9c7b1aa56a10be6b5f9b813789e81dfd Author: Borislav Petkov <petkovbb@gmail.com> AuthorDate: Sat Feb 7 20:20:42 2009 +0100 Committer: Greg Kroah-Hartman <gregkh@suse.de> CommitDate: Tue Mar 24 16:20:30 2009 -0700 usb_storage: make Kconfig note visible in the console Make lines about usb_storage depending on SCSI visible when configuring the kernel in a 80x25 console Signed-off-by: Borislav Petkov <petkovbb@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/usb/storage/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index 9df6887..5c36756 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig @@ -2,8 +2,8 @@ # USB Storage driver configuration # -comment "NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed;" -comment "see USB_STORAGE Help for more information" +comment "NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may" +comment "also be needed; see USB_STORAGE Help for more info" depends on USB config USB_STORAGE -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
