mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-12 09:20:50 +08:00
scsi: qedf: Remove trailing space after \n newline
There is a extraneous space after a newline in a QEDF_INFO message. Remove it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20240902145138.310883-1-colin.i.king@gmail.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
d2ce0e5ab5
commit
fa557da6b0
@@ -310,7 +310,7 @@ struct qedf_ioreq *qedf_alloc_cmd(struct qedf_rport *fcport, u8 cmd_type)
|
||||
|
||||
if (!free_sqes) {
|
||||
QEDF_INFO(&(qedf->dbg_ctx), QEDF_LOG_IO,
|
||||
"Returning NULL, free_sqes=%d.\n ",
|
||||
"Returning NULL, free_sqes=%d.\n",
|
||||
free_sqes);
|
||||
goto out_failed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user