aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
authorOr Gerlitz <ogerlitz@voltaire.com>2006-05-02 19:46:43 -0500
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-05-10 10:12:52 -0500
commitbe2df72e7ec5fa5e6e1ccccab6cef97ecbb9c191 (patch)
treef4a78a36be0fac5304960e615ad46cc127cf6306 /include/scsi
parent[SCSI] iscsi: fix manamgement task oops (diff)
downloadlinux-dev-be2df72e7ec5fa5e6e1ccccab6cef97ecbb9c191.tar.xz
linux-dev-be2df72e7ec5fa5e6e1ccccab6cef97ecbb9c191.zip
[SCSI] iscsi: align printks
align printk output Signed-off-by: Or Gerlitz <ogerlitz@voltaire.com> Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/libiscsi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/libiscsi.h b/include/scsi/libiscsi.h
index 830700a4ed69..2dba929a2a05 100644
--- a/include/scsi/libiscsi.h
+++ b/include/scsi/libiscsi.h
@@ -41,7 +41,7 @@ struct iscsi_nopin;
/* #define DEBUG_SCSI */
#ifdef DEBUG_SCSI
-#define debug_scsi(fmt...) printk(KERN_INFO "scsi: " fmt)
+#define debug_scsi(fmt...) printk(KERN_INFO "iscsi: " fmt)
#else
#define debug_scsi(fmt...)
#endif