Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f280c77d authored by Nicolas Iooss's avatar Nicolas Iooss Committed by Martin K. Petersen
Browse files

scsi: fnic: add a space after %p in printf format



fnic_fcpio_icmnd_cmpl_handler() displays the value of sc with:

    FNIC_SCSI_DBG(KERN_INFO...
        "... sc = 0x%p"
        "scsi_status ..."
        ...

As the literal strings get merged, the function uses %ps instead of the
intended raw %p format. Fix this by inserting a space.

Signed-off-by: default avatarNicolas Iooss <nicolas.iooss_linux@m4x.org>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent e8fd31c5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment