aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2017-03-09 11:45:34 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-03-09 13:36:35 +1100
commitaa99129c19c1a92b95246d3e846caf7bf1950a19 (patch)
treed519c8eb8d4b7747b8c2b1da8e7897cccdd8f5ab
parent40f50bde8185c817e295f390d0706a085602cafa (diff)
downloadskiboot-aa99129c19c1a92b95246d3e846caf7bf1950a19.zip
skiboot-aa99129c19c1a92b95246d3e846caf7bf1950a19.tar.gz
skiboot-aa99129c19c1a92b95246d3e846caf7bf1950a19.tar.bz2
init: Cosmetic fixup of comment
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--core/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/init.c b/core/init.c
index 58f96f4..983ead5 100644
--- a/core/init.c
+++ b/core/init.c
@@ -890,8 +890,8 @@ void __noreturn __nomcount main_cpu_entry(const void *fdt)
/*
* Initialize the opal messaging before platform.init as we are
- * getting request to queue occ load opal message when host services
- * got load occ request from FSP
+ * getting request to queue occ load opal message when host services
+ * got load occ request from FSP
*/
opal_init_msg();