summaryrefslogtreecommitdiff
path: root/src/southbridge
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2020-03-08 18:10:33 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-25 10:03:54 +0000
commit4df6b2673b0b105a3b7d90c580317b587988160e (patch)
tree5256a1fe72f0bf677d0f0bae016d1f2eda11cafa /src/southbridge
parent01b5dd60a8710ff505d8add6c181a97ecd329fad (diff)
downloadcoreboot-4df6b2673b0b105a3b7d90c580317b587988160e.tar.xz
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>
Diffstat (limited to 'src/southbridge')
-rw-r--r--src/southbridge/amd/agesa/hudson/lpc.c3
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.