Linux SCSI subsystem development
 help / color / mirror / Atom feed
* [PATCH 14/17] scsi: arcmsr: fix grammar error
@ 2017-12-05  2:18 Ching Huang
  0 siblings, 0 replies; only message in thread
From: Ching Huang @ 2017-12-05  2:18 UTC (permalink / raw)
  To: martin.petersen, linux-scsi, linux-kernel; +Cc: James.Bottomley, sfr

From: Ching Huang <ching2048@areca.com.tw>

fix grammar error.

Signed-off-by: Ching Huang <ching2048@areca.com.tw>
---

diff -uprN a/drivers/scsi/arcmsr/arcmsr_hba.c b/drivers/scsi/arcmsr/arcmsr_hba.c
--- a/drivers/scsi/arcmsr/arcmsr_hba.c	2017-12-05 11:44:52.000000000 +0800
+++ b/drivers/scsi/arcmsr/arcmsr_hba.c	2017-12-05 11:44:36.000000000 +0800
@@ -4453,7 +4453,7 @@ static int arcmsr_bus_reset(struct scsi_
 
 	if (acb->acb_flags & ACB_F_BUS_RESET) {
 		long timeout;
-		pr_notice("arcmsr: there is an bus reset eh proceeding...\n");
+		pr_notice("arcmsr: there is a bus reset eh proceeding...\n");
 		timeout = wait_event_timeout(wait_q, (acb->acb_flags
 			& ACB_F_BUS_RESET) == 0, 220 * HZ);
 		if (timeout)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-05 10:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-05  2:18 [PATCH 14/17] scsi: arcmsr: fix grammar error Ching Huang

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