projects
/
GitHub
/
LineageOS
/
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:
0ad7820
)
[SCSI] Delete trailing full stop
author
Matthew Wilcox
<matthew@wil.cx>
Thu, 17 Nov 2005 18:13:43 +0000
(11:13 -0700)
committer
James Bottomley
<jejb@mulgrave.(none)>
Wed, 14 Dec 2005 01:11:09 +0000
(18:11 -0700)
None of the other domain validation messages have a trailing full stop,
so I don't see why this one should.
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/scsi_transport_spi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/scsi_transport_spi.c
b/drivers/scsi/scsi_transport_spi.c
index 38a53b5f9e9a53e8cbc06a545f87070e4989a248..4002a98ab16f978eeb6bfb79c46d54a706927a1b 100644
(file)
--- a/
drivers/scsi/scsi_transport_spi.c
+++ b/
drivers/scsi/scsi_transport_spi.c
@@
-1041,7
+1041,7
@@
void spi_display_xfer_agreement(struct scsi_target *starget)
tp->hold_mcs ? " HMCS" : "",
tmp, tp->offset);
} else {
- dev_info(&starget->dev, "%sasynchronous
.
\n",
+ dev_info(&starget->dev, "%sasynchronous\n",
tp->width ? "wide " : "");
}
}