[PATCH] bios: memmapdump: ensure source fits into 80 columns

Colin King colin.king at canonical.com
Fri Mar 2 09:54:20 UTC 2012


From: Colin Ian King <colin.king at canonical.com>

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 src/bios/memmapdump/memmapdump.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/bios/memmapdump/memmapdump.c b/src/bios/memmapdump/memmapdump.c
index 74c3a52..08ad6a2 100644
--- a/src/bios/memmapdump/memmapdump.c
+++ b/src/bios/memmapdump/memmapdump.c
@@ -27,7 +27,9 @@ static int memory_mapdump_util(fwts_framework *fw)
 
 	if ((memory_mapdump_memory_map_info =
 		fwts_memory_map_table_load(fw)) == NULL) {
-		fwts_log_warning(fw, "Cannot memory map table from /sys/firmware/memmap or kernel log.");
+		fwts_log_warning(fw,
+			"Cannot memory map table from /sys/firmware/memmap "
+			"or kernel log.");
 		return FWTS_ERROR;
 	}
 
-- 
1.7.9





More information about the fwts-devel mailing list