diff mbox series

[next] scsi: qedf: Remove trailing space after \n newline

Message ID 20240902145138.310883-1-colin.i.king@gmail.com (mailing list archive)
State Accepted
Commit fa557da6b05034538ea4ecbf55bac4c23d391e2d
Headers show
Series [next] scsi: qedf: Remove trailing space after \n newline | expand

Commit Message

Colin Ian King Sept. 2, 2024, 2:51 p.m. UTC
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>
---
 drivers/scsi/qedf/qedf_io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin K. Petersen Sept. 13, 2024, 12:29 a.m. UTC | #1
Colin,

> There is a extraneous space after a newline in a QEDF_INFO message.
> Remove it.

Applied to 6.12/scsi-staging, thanks!
Martin K. Petersen Sept. 19, 2024, 3:52 p.m. UTC | #2
On Mon, 02 Sep 2024 15:51:38 +0100, Colin Ian King wrote:

> There is a extraneous space after a newline in a QEDF_INFO message.
> Remove it.
> 
> 

Applied to 6.12/scsi-queue, thanks!

[1/1] scsi: qedf: Remove trailing space after \n newline
      https://git.kernel.org/mkp/scsi/c/fa557da6b050
diff mbox series

Patch

diff --git a/drivers/scsi/qedf/qedf_io.c b/drivers/scsi/qedf/qedf_io.c
index 054a51713d55..fcfc3bed02c6 100644
--- a/drivers/scsi/qedf/qedf_io.c
+++ b/drivers/scsi/qedf/qedf_io.c
@@ -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;
 	}