sb/amd/agesa/hudson: Use comment style from style guide

Change-Id: I73d713ec3aa62ae207640ac7e5550e5407f5afa2
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46637
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Paul Menzel 2020-03-08 18:10:33 +01:00 committed by Patrick Georgi
parent 01b5dd60a8
commit 4df6b2673b
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ static void lpc_init(struct device *dev)
cmos_check_update_date(); cmos_check_update_date();
/* Initialize the real time clock. /*
* Initialize the real time clock.
* The 0 argument tells cmos_init not to * The 0 argument tells cmos_init not to
* update CMOS unless it is invalid. * update CMOS unless it is invalid.
* 1 tells cmos_init to always initialize the CMOS. * 1 tells cmos_init to always initialize the CMOS.