summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorRobert Love2009-08-25 22:58:31 +0200
committerJames Bottomley2009-09-05 16:47:30 +0200
commitee610c6701875525d5c61fa6e56ddbf3e645b8df (patch)
treee08cce6ba26c2e7c5c8e10b5cb6a69a1a92cafac /drivers/scsi
parent[SCSI] libiscsi, iscsi_tcp: check suspend bit before each call to xmit_task (diff)
downloadkernel-qcow2-linux-ee610c6701875525d5c61fa6e56ddbf3e645b8df.tar.gz
kernel-qcow2-linux-ee610c6701875525d5c61fa6e56ddbf3e645b8df.tar.xz
kernel-qcow2-linux-ee610c6701875525d5c61fa6e56ddbf3e645b8df.zip
[SCSI] fcoe: Add format spacing to FCOE_NETDEV_DBG debug macro
There's currently no space between the interface name and the user specified format/string. This patch adds a space and a colon to the output to separate the interface name and the user specified string. So, instead of "ethXfoo" it will read "ethX: foo". Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/fcoe/fcoe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/fcoe/fcoe.h b/drivers/scsi/fcoe/fcoe.h
index 5ae8ca71afcb..68b9f855073b 100644
--- a/drivers/scsi/fcoe/fcoe.h
+++ b/drivers/scsi/fcoe/fcoe.h
@@ -61,7 +61,7 @@ do { \
#define FCOE_NETDEV_DBG(netdev, fmt, args...) \
FCOE_CHECK_LOGGING(FCOE_NETDEV_LOGGING, \
- printk(KERN_INFO "fcoe: %s" fmt, \
+ printk(KERN_INFO "fcoe: %s: " fmt, \
netdev->name, ##args);)
/*