From patchwork Fri Mar 2 09:54:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: bios: memmapdump: ensure source fits into 80 columns Date: Thu, 01 Mar 2012 23:54:20 -0000 From: Colin King X-Patchwork-Id: 144186 Message-Id: <1330682060-17603-1-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com From: Colin Ian King Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Alex Hung --- 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; }