[SCSI] remove extra newline from info message This extra newline character introduces a completely empty line in dmesg as the calling function itself adds a newline. Signed-off-by: Rolf Eike Beer <eike-kernel@xxxxxxxxx> --- commit fdae83cc4c0e84e19609688c439a87083b816414 tree cd73ce0abcbee1ff4844b29e9427c8115b45dee8 parent c083dac8517da8e3a2b0dfa1e2ac9166638cfc76 author Rolf Eike Beer <eike-kernel@xxxxxxxxx> Thu, 06 Jul 2006 13:42:46 +0200 committer Rolf Eike Beer <beer@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> Thu, 06 Jul 2006 14:17:15 +0200 drivers/scsi/aic7xxx/aic79xx_osm.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/aic7xxx/aic79xx_osm.c b/drivers/scsi/aic7xxx/aic79xx_osm.c index b244c71..6c9608c 100644 --- a/drivers/scsi/aic7xxx/aic79xx_osm.c +++ b/drivers/scsi/aic7xxx/aic79xx_osm.c @@ -418,7 +418,6 @@ ahd_linux_info(struct Scsi_Host *host) strcat(bp, " "); ahd_controller_info(ahd, ahd_info); strcat(bp, ahd_info); - strcat(bp, "\n"); return (bp); } - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html