diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2020-03-08 18:10:33 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-25 10:03:54 +0000 |
commit | 4df6b2673b0b105a3b7d90c580317b587988160e (patch) | |
tree | 5256a1fe72f0bf677d0f0bae016d1f2eda11cafa | |
parent | 01b5dd60a8710ff505d8add6c181a97ecd329fad (diff) |
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>
-rw-r--r-- | src/southbridge/amd/agesa/hudson/lpc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/southbridge/amd/agesa/hudson/lpc.c b/src/southbridge/amd/agesa/hudson/lpc.c index 89c9a6b9a1..3fde291ea5 100644 --- a/src/southbridge/amd/agesa/hudson/lpc.c +++ b/src/southbridge/amd/agesa/hudson/lpc.c @@ -59,7 +59,8 @@ static void lpc_init(struct device *dev) cmos_check_update_date(); - /* Initialize the real time clock. + /* + * Initialize the real time clock. * The 0 argument tells cmos_init not to * update CMOS unless it is invalid. * 1 tells cmos_init to always initialize the CMOS. |