[PATCH] bios: memmapdump: ensure source fits into 80 columns
Keng-Yü Lin
kengyu at canonical.com
Mon Mar 5 09:03:19 UTC 2012
On Fri, Mar 2, 2012 at 5:54 PM, Colin King <colin.king at canonical.com> wrote:
> 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
>
Acked-by: Keng-Yu Lin <kengyu at canonical.com>
More information about the fwts-devel
mailing list