summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-01-22 21:20:04 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-01-22 21:20:04 +0000
commite3d5724adf7926cbd7f8eae278606d05b109e809 (patch)
tree2721c1b5f8df8f9484df9476f18e15f55dff89cf /mdk-stage1/probing.c
parent41489d12255281803fe313a2acafa9c0d300f37f (diff)
downloaddrakx-e3d5724adf7926cbd7f8eae278606d05b109e809.tar
drakx-e3d5724adf7926cbd7f8eae278606d05b109e809.tar.gz
drakx-e3d5724adf7926cbd7f8eae278606d05b109e809.tar.bz2
drakx-e3d5724adf7926cbd7f8eae278606d05b109e809.tar.xz
drakx-e3d5724adf7926cbd7f8eae278606d05b109e809.zip
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
Diffstat (limited to 'mdk-stage1/probing.c')
-rw-r--r--mdk-stage1/probing.c2
1 files changed, 1 insertions, 1 deletions
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: ";