[PATCH 1/4] bios: mtrr: make MTRR overview all verbatum style, looks better on HTML log

IvanHu ivan.hu at canonical.com
Wed Jun 6 04:12:06 UTC 2012


On 05/31/2012 08:42 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/mtrr/mtrr.c |    4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/bios/mtrr/mtrr.c b/src/bios/mtrr/mtrr.c
> index 9e674a3..4da0fda 100644
> --- a/src/bios/mtrr/mtrr.c
> +++ b/src/bios/mtrr/mtrr.c
> @@ -499,8 +499,8 @@ static void do_mtrr_resource(fwts_framework *fw)
>   	fwts_list_link *item;
>   	struct mtrr_entry *entry;
>
> -	fwts_log_info(fw,"MTRR overview");
> -	fwts_log_info(fw,"-------------");
> +	fwts_log_info_verbatum(fw,"MTRR overview");
> +	fwts_log_info_verbatum(fw,"-------------");
>
>   	fwts_list_foreach(item, mtrr_list) {
>   		entry = fwts_list_data(struct mtrr_entry *, item);
Acked-by: Ivan Hu<ivan.hu at canonical.com>




More information about the fwts-devel mailing list