Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] lpfc 8.3.41: Fixed the format of some log message fields

Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

authored by

James Smart and committed by
James Bottomley
6e15520d 3cb01c57

+1 -1
+1 -1
drivers/scsi/lpfc/lpfc_ct.c
··· 895 895 896 896 if (irsp->ulpStatus) { 897 897 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, 898 - "0268 NS cmd %x Error (%d %d)\n", 898 + "0268 NS cmd x%x Error (x%x x%x)\n", 899 899 cmdcode, irsp->ulpStatus, irsp->un.ulpWord[4]); 900 900 901 901 if ((irsp->ulpStatus == IOSTAT_LOCAL_REJECT) &&