提交 e790b3dd 编写于 作者: R Rolf Eike Beer 提交者: James Bottomley

[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: NRolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
上级 e423ee31
...@@ -418,7 +418,6 @@ ahd_linux_info(struct Scsi_Host *host) ...@@ -418,7 +418,6 @@ ahd_linux_info(struct Scsi_Host *host)
strcat(bp, " "); strcat(bp, " ");
ahd_controller_info(ahd, ahd_info); ahd_controller_info(ahd, ahd_info);
strcat(bp, ahd_info); strcat(bp, ahd_info);
strcat(bp, "\n");
return (bp); return (bp);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册