diff mbox

[01/10] init: Cosmetic fixup of comment

Message ID 20170309004543.16745-1-benh@kernel.crashing.org
State Accepted
Headers show

Commit Message

Benjamin Herrenschmidt March 9, 2017, 12:45 a.m. UTC
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
---
 core/init.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Stewart Smith March 9, 2017, 3:34 a.m. UTC | #1
Benjamin Herrenschmidt <benh@kernel.crashing.org> writes:
> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

Series merged to master as of 52375d7c98ebb4006ff74a3f8ab024c7d725a6ab
diff mbox

Patch

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();