[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20091013012254.GA7345@localhost>
Date: Tue, 13 Oct 2009 09:22:54 +0800
From: Wu Fengguang <fengguang.wu@...el.com>
To: Tommi Rantala <tt.rantala@...il.com>
Cc: Randy Dunlap <rdunlap@...otime.net>,
Andrew Morton <akpm@...ux-foundation.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] page-types: trivial typo fixes
On Tue, Oct 13, 2009 at 04:51:34AM +0800, Tommi Rantala wrote:
> Trivial typo fixes.
Good catch, thanks!
Fengguang
> Signed-off-by: Tommi Rantala <tt.rantala@...il.com>
> ---
> Documentation/vm/page-types.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/vm/page-types.c b/Documentation/vm/page-types.c
> index 16fb478..d6d21c2 100644
> --- a/Documentation/vm/page-types.c
> +++ b/Documentation/vm/page-types.c
> @@ -301,7 +301,7 @@ static char *page_flag_name(uint64_t flags)
> present = (flags >> i) & 1;
> if (!page_flag_names[i]) {
> if (present)
> - fatal("unkown flag bit %d\n", i);
> + fatal("unknown flag bit %d\n", i);
> continue;
> }
> buf[j++] = present ? page_flag_names[i][0] : '_';
> @@ -682,7 +682,7 @@ static void usage(void)
> #endif
> " -l|--list Show page details in ranges\n"
> " -L|--list-each Show page details one by one\n"
> -" -N|--no-summary Don't show summay info\n"
> +" -N|--no-summary Don't show summary info\n"
> " -X|--hwpoison hwpoison pages\n"
> " -x|--unpoison unpoison pages\n"
> " -h|--help Show this usage message\n"
> --
> 1.5.6.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists