From 619e83045a3dfc189cf12b2f755b7a888c428382 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 5 Jun 2017 12:35:28 +0200 Subject: via/epia-m700: Wrap long line in comment Wrapping the long line tries to address a warning by `checkpatch.pl`, but the line is still over 80 characters long. Change-Id: Ib75d4da1880624eb83f7a419cb6762f1c4c2a7b2 Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/20033 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- src/mainboard/via/epia-m700/romstage.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mainboard/via/epia-m700/romstage.c b/src/mainboard/via/epia-m700/romstage.c index 57b59495c0..7b7140e105 100644 --- a/src/mainboard/via/epia-m700/romstage.c +++ b/src/mainboard/via/epia-m700/romstage.c @@ -526,7 +526,8 @@ void main(unsigned long bist) */ #if PAYLOAD_IS_SEABIOS == 1 if (boot_mode == 3) { - /* An idea of Libo.Feng at amd.com in http://www.coreboot.org/pipermail/coreboot/2008-December/043111.html + /* An idea of Libo.Feng at amd.com in + * http://www.coreboot.org/pipermail/coreboot/2008-December/043111.html * * I want move the 1M data, I have to set some MTRRs myself. * Setting MTRR before back memory save s3 resume time about -- cgit v1.2.3