projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9e346a
)
scsi: a100u2w: trivial typo in printk
author
Colin Ian King
<colin.king@canonical.com>
Wed, 29 Jul 2015 18:19:45 +0000
(19:19 +0100)
committer
Jiri Kosina
<jkosina@suse.com>
Fri, 7 Aug 2015 13:03:42 +0000
(15:03 +0200)
Trivial typo fix, \b should be \n
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/scsi/a100u2w.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/a100u2w.c
b/drivers/scsi/a100u2w.c
index cac6b37d7b1b77baf9225b5ee8fb441480a0704c..8086bd0ac9fd10165098ecaa354ed52287818ebb 100644
(file)
--- 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;