Skip to content

Commit e790b3d

Browse files
DerDakonJames Bottomley
authored andcommitted
[SCSI] aic79xx: 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@sf-tec.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
1 parent e423ee3 commit e790b3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/scsi/aic7xxx/aic79xx_osm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,6 @@ ahd_linux_info(struct Scsi_Host *host)
418418
strcat(bp, " ");
419419
ahd_controller_info(ahd, ahd_info);
420420
strcat(bp, ahd_info);
421-
strcat(bp, "\n");
422421

423422
return (bp);
424423
}

0 commit comments

Comments
 (0)