[Skiboot] [PATCH] firestone: fix spacing in slot name
Jeremy Kerr
jk at ozlabs.org
Wed Oct 14 19:36:07 AEDT 2015
The other SlotN names have no space.
Signed-off-by: Jeremy Kerr <jk at ozlabs.org>
---
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,
--
2.1.4
More information about the Skiboot
mailing list