[PATCH] bios: mtrr: fix stupid typos
Keng-Yu Lin
kengyu at canonical.com
Tue Jul 24 10:45:07 UTC 2012
On Tue, Jul 24, 2012 at 1:30 AM, 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 | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/src/bios/mtrr/mtrr.c b/src/bios/mtrr/mtrr.c
> index 4da0fda..4818c64 100644
> --- a/src/bios/mtrr/mtrr.c
> +++ b/src/bios/mtrr/mtrr.c
> @@ -567,17 +567,17 @@ static int mtrr_test2(fwts_framework *fw)
> int failed = 0;
>
> if (fwts_klog_regex_find(fw, klog, "mtrr: your CPUs had inconsistent fixed MTRR settings") > 0) {
> - fwts_log_info(fw, "Detected CPUs with inconsitent fixed MTRR settings which the kernel fixed.");
> + fwts_log_info(fw, "Detected CPUs with inconsistent fixed MTRR settings which the kernel fixed.");
> fwts_tag_failed(fw, FWTS_TAG_BIOS);
> failed = 1;
> }
> if (fwts_klog_regex_find(fw, klog, "mtrr: your CPUs had inconsistent variable MTRR settings") > 0) {
> - fwts_log_info(fw, "Detected CPUs with inconsitent variable MTRR settings which the kernel fixed.");
> + fwts_log_info(fw, "Detected CPUs with inconsistent variable MTRR settings which the kernel fixed.");
> fwts_tag_failed(fw, FWTS_TAG_BIOS);
> failed = 1;
> }
> if (fwts_klog_regex_find(fw, klog, "mtrr: your CPUs had inconsistent MTRRdefType") > 0) {
> - fwts_log_info(fw, "Detected CPUs with inconsitent variable MTRR settings which the kernel fixed.");
> + fwts_log_info(fw, "Detected CPUs with inconsistent variable MTRR settings which the kernel fixed.");
> fwts_tag_failed(fw, FWTS_TAG_BIOS);
> failed = 1;
> }
> --
> 1.7.10.4
>
Acked-by: Keng-Yu Lin <kengyu at canonical.com>
More information about the fwts-devel
mailing list