aboutsummaryrefslogtreecommitdiff
path: root/platforms
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2015-10-14 16:36:07 +0800
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-10-26 13:53:01 +1100
commit28e66d034d73c7223e9261dc4dce6f33a6515553 (patch)
tree4e11ed148121d09019e5e560d01577b604c71023 /platforms
parent292475cbc4e92f1651a751e6d2b178a37d56d073 (diff)
downloadskiboot-28e66d034d73c7223e9261dc4dce6f33a6515553.zip
skiboot-28e66d034d73c7223e9261dc4dce6f33a6515553.tar.gz
skiboot-28e66d034d73c7223e9261dc4dce6f33a6515553.tar.bz2
firestone: fix spacing in slot name
The other SlotN names have no space. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/astbmc/firestone.c2
1 files changed, 1 insertions, 1 deletions
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,