mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 08:31:37 +00:00
[SCSI] Delete trailing full stop
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>
This commit is contained in:
parent
0ad78200ba
commit
493ff4ee7f
@ -1041,7 +1041,7 @@ void spi_display_xfer_agreement(struct scsi_target *starget)
|
|||||||
tp->hold_mcs ? " HMCS" : "",
|
tp->hold_mcs ? " HMCS" : "",
|
||||||
tmp, tp->offset);
|
tmp, tp->offset);
|
||||||
} else {
|
} else {
|
||||||
dev_info(&starget->dev, "%sasynchronous.\n",
|
dev_info(&starget->dev, "%sasynchronous\n",
|
||||||
tp->width ? "wide " : "");
|
tp->width ? "wide " : "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user