From 343efe30a3139d030e89ec071b432c8fc1e8b1b6 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 14 Oct 2015 16:36:07 +0800 Subject: firestone: fix spacing in slot name The other SlotN names have no space. Signed-off-by: Jeremy Kerr [stewart@linux.vnet.ibm.com: Cherry-picked to stable] Signed-off-by: Stewart Smith --- platforms/astbmc/firestone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/astbmc/firestone.c b/platforms/astbmc/firestone.c index aaed13e..c4e6b2a 100644 --- a/platforms/astbmc/firestone.c +++ b/platforms/astbmc/firestone.c @@ -54,7 +54,7 @@ static const struct slot_table_entry firestone_plx_slots[] = { { .etype = st_pluggable_slot, .location = ST_LOC_DEVFN(1,0), - .name = "Slot 3", + .name = "Slot3", }, { .etype = st_builtin_dev, -- cgit v1.1