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

Keng-Yu Lin kengyu at canonical.com
Mon Jun 4 08:34:03 UTC 2012


On Thu, May 31, 2012 at 8:42 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/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);
> --
> 1.7.9.5
>
Acked-by: Keng-Yu Lin <kengyu at canonical.com>




More information about the fwts-devel mailing list