[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>
This commit is contained in:
parent
e423ee31db
commit
e790b3dd2b
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue