From: Robert Love Date: Tue, 25 Aug 2009 20:58:31 +0000 (-0700) Subject: [SCSI] fcoe: Add format spacing to FCOE_NETDEV_DBG debug macro X-Git-Tag: v2.6.32-rc1~689^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee610c6701875525d5c61fa6e56ddbf3e645b8df;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed