Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e790b3dd authored by Rolf Eike Beer's avatar Rolf Eike Beer Committed by James Bottomley
Browse files

[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: default avatarRolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent e423ee31
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
}