瀏覽代碼

[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>
Matthew Wilcox 20 年之前
父節點
當前提交
493ff4ee7f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/scsi/scsi_transport_spi.c

+ 1 - 1
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 " : "");
 	}
 }