commit | bbaf61e2e9e8bf32fcc77497e4eb26122fdac553 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Aug 15 14:51:45 2017 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Thu Aug 24 22:28:59 2017 -0400 |
tree | eddc7565866c9fa0a2c1398a816f9a2cccc9083e | |
parent | dc56ce12d50c0adc1243bd3d080133bc6b63f403 [diff] |
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>