aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_hbadisc.c
diff options
context:
space:
mode:
authorJames Smart <James.Smart@Emulex.Com>2009-07-19 10:01:38 -0400
committerJames Bottomley <James.Bottomley@suse.de>2009-08-22 18:51:59 -0400
commite4e74273c3e8d0dc54ddce4fed27e266927c7ad0 (patch)
tree0a48316775ae4976de434464241b013e3a71919c /drivers/scsi/lpfc/lpfc_hbadisc.c
parentf1c3b0fcbb8104dac92d65d5016500a09beea287 (diff)
[SCSI] lpfc 8.3.4: Remove spaces before newlines in several log messages
Remove spaces before newlines in several log messages Signed-off-by: James Smart <James.Smart@emulex.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_hbadisc.c')
-rw-r--r--drivers/scsi/lpfc/lpfc_hbadisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_hbadisc.c b/drivers/scsi/lpfc/lpfc_hbadisc.c
index 491c53fd1ca4..e6a47e25b218 100644
--- a/drivers/scsi/lpfc/lpfc_hbadisc.c
+++ b/drivers/scsi/lpfc/lpfc_hbadisc.c
@@ -2402,7 +2402,7 @@ lpfc_create_static_vport(struct lpfc_hba *phba)
2402 if (!new_fc_vport) { 2402 if (!new_fc_vport) {
2403 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT, 2403 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
2404 "0546 lpfc_create_static_vport failed to" 2404 "0546 lpfc_create_static_vport failed to"
2405 " create vport \n"); 2405 " create vport\n");
2406 continue; 2406 continue;
2407 } 2407 }
2408 2408