public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] megaraid_sas: Remove trailing space after \n newline
@ 2024-09-02 14:22 Colin Ian King
  2024-09-13  0:27 ` Martin K. Petersen
  2024-09-19 15:52 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2024-09-02 14:22 UTC (permalink / raw)
  To: Kashyap Desai, Sumit Saxena, Shivasharan S, Chandrakanth patil,
	James E . J . Bottomley, Martin K . Petersen, megaraidlinux.pdl,
	linux-scsi
  Cc: kernel-janitors, linux-kernel

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

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/scsi/megaraid/megaraid_sas_base.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c b/drivers/scsi/megaraid/megaraid_sas_base.c
index 6c79c350a4d5..4ecf5284c0fc 100644
--- a/drivers/scsi/megaraid/megaraid_sas_base.c
+++ b/drivers/scsi/megaraid/megaraid_sas_base.c
@@ -6380,7 +6380,7 @@ static int megasas_init_fw(struct megasas_instance *instance)
 				GFP_KERNEL);
 			if (!fusion->stream_detect_by_ld[i]) {
 				dev_err(&instance->pdev->dev,
-					"unable to allocate stream detect by LD\n ");
+					"unable to allocate stream detect by LD\n");
 				for (j = 0; j < i; ++j)
 					kfree(fusion->stream_detect_by_ld[j]);
 				kfree(fusion->stream_detect_by_ld);
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] megaraid_sas: Remove trailing space after \n newline
  2024-09-02 14:22 [PATCH][next] megaraid_sas: Remove trailing space after \n newline Colin Ian King
@ 2024-09-13  0:27 ` Martin K. Petersen
  2024-09-19 15:52 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2024-09-13  0:27 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Kashyap Desai, Sumit Saxena, Shivasharan S, Chandrakanth patil,
	James E . J . Bottomley, Martin K . Petersen, megaraidlinux.pdl,
	linux-scsi, kernel-janitors, linux-kernel


Colin,

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

Applied to 6.12/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] megaraid_sas: Remove trailing space after \n newline
  2024-09-02 14:22 [PATCH][next] megaraid_sas: Remove trailing space after \n newline Colin Ian King
  2024-09-13  0:27 ` Martin K. Petersen
@ 2024-09-19 15:52 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2024-09-19 15:52 UTC (permalink / raw)
  To: Kashyap Desai, Sumit Saxena, Shivasharan S, Chandrakanth patil,
	James E . J . Bottomley, megaraidlinux.pdl, linux-scsi,
	Colin Ian King
  Cc: Martin K . Petersen, kernel-janitors, linux-kernel

On Mon, 02 Sep 2024 15:22:52 +0100, Colin Ian King wrote:

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

Applied to 6.12/scsi-queue, thanks!

[1/1] megaraid_sas: Remove trailing space after \n newline
      https://git.kernel.org/mkp/scsi/c/571d81b482f0

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-19 15:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 14:22 [PATCH][next] megaraid_sas: Remove trailing space after \n newline Colin Ian King
2024-09-13  0:27 ` Martin K. Petersen
2024-09-19 15:52 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox