diff options
author | Frans Pop <elendil@planet.nl> | 2010-02-06 17:47:14 +0000 |
---|---|---|
committer | Kyle McMartin <kyle@redhat.com> | 2010-03-06 22:54:09 +0000 |
commit | a3bee03e718c9251456676b71a723a34c999e891 (patch) | |
tree | 86fc803d5e9c5a78630962a926c96b5c7b070a5b /drivers/parisc/eisa_enumerator.c | |
parent | 81e4a5e3057740a625cf556879ae0becf6199f8c (diff) |
parisc: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: linux-parisc@vger.kernel.org
Cc: Kyle McMartin <kyle@mcmartin.ca>
Cc: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'drivers/parisc/eisa_enumerator.c')
-rw-r--r-- | drivers/parisc/eisa_enumerator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parisc/eisa_enumerator.c b/drivers/parisc/eisa_enumerator.c index 0be1d50645a..caa15313375 100644 --- a/drivers/parisc/eisa_enumerator.c +++ b/drivers/parisc/eisa_enumerator.c @@ -460,7 +460,7 @@ static int init_slot(int slot, struct eeprom_eisa_slot_info *es) slot, id_string); print_eisa_id(id_string, es->eisa_slot_id); - printk(" expected %s \n", id_string); + printk(" expected %s\n", id_string); return -1; |