diff options
author | James Smart <James.Smart@Emulex.Com> | 2009-07-19 10:01:38 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-08-22 18:51:59 -0400 |
commit | e4e74273c3e8d0dc54ddce4fed27e266927c7ad0 (patch) | |
tree | 0a48316775ae4976de434464241b013e3a71919c /drivers/scsi/lpfc/lpfc_scsi.c | |
parent | f1c3b0fcbb8104dac92d65d5016500a09beea287 (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_scsi.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_scsi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c index 6ba2c3bae2a3..61d089703806 100644 --- a/drivers/scsi/lpfc/lpfc_scsi.c +++ b/drivers/scsi/lpfc/lpfc_scsi.c | |||
@@ -2142,7 +2142,7 @@ lpfc_handle_fcp_err(struct lpfc_vport *vport, struct lpfc_scsi_buf *lpfc_cmd, | |||
2142 | } else if (resp_info & RESID_OVER) { | 2142 | } else if (resp_info & RESID_OVER) { |
2143 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_FCP, | 2143 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_FCP, |
2144 | "9028 FCP command x%x residual overrun error. " | 2144 | "9028 FCP command x%x residual overrun error. " |
2145 | "Data: x%x x%x \n", cmnd->cmnd[0], | 2145 | "Data: x%x x%x\n", cmnd->cmnd[0], |
2146 | scsi_bufflen(cmnd), scsi_get_resid(cmnd)); | 2146 | scsi_bufflen(cmnd), scsi_get_resid(cmnd)); |
2147 | host_status = DID_ERROR; | 2147 | host_status = DID_ERROR; |
2148 | 2148 | ||
@@ -2843,7 +2843,7 @@ lpfc_queuecommand(struct scsi_cmnd *cmnd, void (*done) (struct scsi_cmnd *)) | |||
2843 | dif_op_str[scsi_get_prot_op(cmnd)]); | 2843 | dif_op_str[scsi_get_prot_op(cmnd)]); |
2844 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_BG, | 2844 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_BG, |
2845 | "9034 BLKGRD: CDB: %02x %02x %02x %02x %02x " | 2845 | "9034 BLKGRD: CDB: %02x %02x %02x %02x %02x " |
2846 | "%02x %02x %02x %02x %02x \n", | 2846 | "%02x %02x %02x %02x %02x\n", |
2847 | cmnd->cmnd[0], cmnd->cmnd[1], cmnd->cmnd[2], | 2847 | cmnd->cmnd[0], cmnd->cmnd[1], cmnd->cmnd[2], |
2848 | cmnd->cmnd[3], cmnd->cmnd[4], cmnd->cmnd[5], | 2848 | cmnd->cmnd[3], cmnd->cmnd[4], cmnd->cmnd[5], |
2849 | cmnd->cmnd[6], cmnd->cmnd[7], cmnd->cmnd[8], | 2849 | cmnd->cmnd[6], cmnd->cmnd[7], cmnd->cmnd[8], |
@@ -2871,7 +2871,7 @@ lpfc_queuecommand(struct scsi_cmnd *cmnd, void (*done) (struct scsi_cmnd *)) | |||
2871 | dif_op_str[scsi_get_prot_op(cmnd)]); | 2871 | dif_op_str[scsi_get_prot_op(cmnd)]); |
2872 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_BG, | 2872 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_BG, |
2873 | "9039 BLKGRD: CDB: %02x %02x %02x %02x %02x " | 2873 | "9039 BLKGRD: CDB: %02x %02x %02x %02x %02x " |
2874 | "%02x %02x %02x %02x %02x \n", | 2874 | "%02x %02x %02x %02x %02x\n", |
2875 | cmnd->cmnd[0], cmnd->cmnd[1], cmnd->cmnd[2], | 2875 | cmnd->cmnd[0], cmnd->cmnd[1], cmnd->cmnd[2], |
2876 | cmnd->cmnd[3], cmnd->cmnd[4], cmnd->cmnd[5], | 2876 | cmnd->cmnd[3], cmnd->cmnd[4], cmnd->cmnd[5], |
2877 | cmnd->cmnd[6], cmnd->cmnd[7], cmnd->cmnd[8], | 2877 | cmnd->cmnd[6], cmnd->cmnd[7], cmnd->cmnd[8], |