From e3d5724adf7926cbd7f8eae278606d05b109e809 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 22 Jan 2004 21:20:04 +0000 Subject: moving forward our story with nice kernel guys, now they decided to remove the trailing space at the end of "Attached devices:" of /proc/scsi/scsi, probably that they had nothing more interesting to do this day --- mdk-stage1/probing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index 483fc5586..85d96d61a 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -454,7 +454,7 @@ static void find_media(enum media_bus bus) char scsi_tape_count = '0'; char scsi_no_devices[] = "Attached devices: none"; - char scsi_some_devices[] = "Attached devices: "; + char scsi_some_devices[] = "Attached devices:"; char scsi_host[] = "Host: "; char scsi_vendor[] = " Vendor: "; -- cgit v1.2.1