[SCSI] Improve SCSI_LOGGING Kconfig entry
authorRobert Love <robert.w.love@intel.com>
Wed, 14 Jan 2009 19:14:32 +0000 (11:14 -0800)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 12 Mar 2009 17:57:57 +0000 (12:57 -0500)
commit5ef074161b5bcd84acfe19f0ecd72b74765d8770
tree1f86395bb33b72cd154d9a5adb725d59d1ac2963
parent0762a4824d6c6f8eb5d2646dfda95581d99afaa5
[SCSI] Improve SCSI_LOGGING Kconfig entry

The Kconfig entry for SCSI_LOGGING refers the reader to
drivers/scsi/scsi.c, but I didn't find any useful information
there. There is certainly logging code in that file, but the
logging types and logging levels are described in
drivers/scsi/scsi_logging.h.

Also, the procfs file referred to in the section is incorrect.
It should be /proc/sys/dev/scsi/logging_level and not
/proc/scsi/scsi.

Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/Kconfig