diff options
| author | Or Gerlitz <ogerlitz@voltaire.com> | 2006-05-02 20:46:43 -0400 |
|---|---|---|
| committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-05-10 11:12:52 -0400 |
| commit | be2df72e7ec5fa5e6e1ccccab6cef97ecbb9c191 (patch) | |
| tree | f4a78a36be0fac5304960e615ad46cc127cf6306 /include | |
| parent | ed2abc7ff19dc99c6242a70f8578a17b2ff0d0ce (diff) | |
[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')
| -rw-r--r-- | include/scsi/libiscsi.h | 2 |
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; | |||
| 41 | 41 | ||
| 42 | /* #define DEBUG_SCSI */ | 42 | /* #define DEBUG_SCSI */ |
| 43 | #ifdef DEBUG_SCSI | 43 | #ifdef DEBUG_SCSI |
| 44 | #define debug_scsi(fmt...) printk(KERN_INFO "scsi: " fmt) | 44 | #define debug_scsi(fmt...) printk(KERN_INFO "iscsi: " fmt) |
| 45 | #else | 45 | #else |
| 46 | #define debug_scsi(fmt...) | 46 | #define debug_scsi(fmt...) |
| 47 | #endif | 47 | #endif |
