scsi: mpt3sas: fix pr_info message continuation
authorColin Ian King <colin.king@canonical.com>
Tue, 15 Aug 2017 13:51:45 +0000 (14:51 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 25 Aug 2017 02:28:59 +0000 (22:28 -0400)
commitbbaf61e2e9e8bf32fcc77497e4eb26122fdac553
treeeddc7565866c9fa0a2c1398a816f9a2cccc9083e
parentdc56ce12d50c0adc1243bd3d080133bc6b63f403
scsi: mpt3sas: fix pr_info message continuation

An optional discovery status should be printed with a pr_cont and needs
a leading space to make it more readable. The final new line should also
be a pr_cont and the indentation is out by one, so fix that too.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/mpt3sas/mpt3sas_base.c