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

Alex Hung alex.hung at canonical.com
Tue Mar 6 09:30:47 UTC 2012


On 03/02/2012 05:54 PM, Colin King 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;
>   	}
>
Acked-by: Alex Hung<alex.hung at canonical.com>




More information about the fwts-devel mailing list