summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Jeffery <andrewrj@au1.ibm.com>2018-07-16 16:09:40 +0930
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-07-25 09:26:42 -0500
commit4b4caf5ee458e97b15ba921712de12a7c9187777 (patch)
tree6e7a92e2498be369958d71ff488585e5cbd0e5cf /src
parentde06d0f09c74f1bcf777716fb33db356b320dcf6 (diff)
downloadtalos-hostboot-4b4caf5ee458e97b15ba921712de12a7c9187777.tar.gz
talos-hostboot-4b4caf5ee458e97b15ba921712de12a7c9187777.zip
console: Fix whitespace in ast2400 initialize() method
Change-Id: I2d6ae43f123f745ee64e59c12017f12d7593123b Signed-off-by: Andrew Jeffery <andrewrj@au1.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/62507 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Disable-CI: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/console/ast2400.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/console/ast2400.C b/src/usr/console/ast2400.C
index 0fd7f4b53..1990baf49 100644
--- a/src/usr/console/ast2400.C
+++ b/src/usr/console/ast2400.C
@@ -351,7 +351,7 @@ namespace CONSOLE
}
default:
{
- printk("ast2400: invalid config data"
+ printk("ast2400: invalid config data"
" default to SUART configuration\n");
initializeSUART();
}
OpenPOWER on IntegriCloud