Skip to content

Commit

Permalink
console: Fix whitespace in ast2400 initialize() method
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Jeffery authored and dcrowell77 committed Jul 25, 2018
1 parent de06d0f commit 4b4caf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/console/ast2400.C
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ namespace CONSOLE
}
default:
{
printk("ast2400: invalid config data"
printk("ast2400: invalid config data"
" default to SUART configuration\n");
initializeSUART();
}
Expand Down

0 comments on commit 4b4caf5

Please sign in to comment.