public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: a100u2w: trivial typo in printk
@ 2015-07-29 18:19 Colin King
  2015-07-29 18:39 ` [PATCH] scsi: pmcraid: " Joe Perches
  2015-07-30  6:54 ` [PATCH] scsi: a100u2w: " Hannes Reinecke
  0 siblings, 2 replies; 4+ messages in thread
From: Colin King @ 2015-07-29 18:19 UTC (permalink / raw)
  To: James E.J. Bottomley, Jiri Kosina, linux-scsi; +Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial typo fix, \b should be \n

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

diff --git a/drivers/scsi/a100u2w.c b/drivers/scsi/a100u2w.c
index cac6b37..8086bd0 100644
--- a/drivers/scsi/a100u2w.c
+++ b/drivers/scsi/a100u2w.c
@@ -888,7 +888,7 @@ static int inia100_build_scb(struct orc_host * host, struct orc_scb * scb, struc
 	scb->sense_len = SENSE_SIZE;
 	scb->cdb_len = cmd->cmd_len;
 	if (scb->cdb_len >= IMAX_CDB) {
-		printk("max cdb length= %x\b", cmd->cmd_len);
+		printk("max cdb length= %x\n", cmd->cmd_len);
 		scb->cdb_len = IMAX_CDB;
 	}
 	scb->ident = (u8)(cmd->device->lun & 0xff) | DISC_ALLOW;
-- 
2.4.6


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

end of thread, other threads:[~2015-07-30  6:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-29 18:19 [PATCH] scsi: a100u2w: trivial typo in printk Colin King
2015-07-29 18:39 ` [PATCH] scsi: pmcraid: " Joe Perches
2015-07-30  6:54   ` Hannes Reinecke
2015-07-30  6:54 ` [PATCH] scsi: a100u2w: " Hannes Reinecke

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