From: Randy Dunlap <rdunlap@infradead.org>
To: Wang Long <wanglong@laoqinren.net>,
corbet@lwn.net, a.ryabinin@samsung.com
Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
long.wanglong@huawei.com
Subject: Re: [PATCH] Documentation: kasan: fix a typo
Date: Wed, 22 Apr 2015 08:28:04 -0700 [thread overview]
Message-ID: <5537BE04.8030205@infradead.org> (raw)
In-Reply-To: <1429712624-5070-1-git-send-email-wanglong@laoqinren.net>
On 04/22/15 07:23, Wang Long wrote:
> This patch just fix a typo (s/witch/which)
>
> Signed-off-by: Wang Long <wanglong@laoqinren.net>
> ---
> Documentation/kasan.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/kasan.txt b/Documentation/kasan.txt
> index 092fc10..38feb38 100644
> --- a/Documentation/kasan.txt
> +++ b/Documentation/kasan.txt
> @@ -148,7 +148,7 @@ AddressSanitizer dedicates 1/8 of kernel memory to its shadow memory
> (e.g. 16TB to cover 128TB on x86_64) and uses direct mapping with a scale and
> offset to translate a memory address to its corresponding shadow address.
>
> -Here is the function witch translate an address to its corresponding shadow
> +Here is the function which translate an address to its corresponding shadow
translates
> address:
>
> static inline void *kasan_mem_to_shadow(const void *addr)
>
--
~Randy
prev parent reply other threads:[~2015-04-22 15:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-22 14:23 [PATCH] Documentation: kasan: fix a typo Wang Long
2015-04-22 15:28 ` Randy Dunlap [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5537BE04.8030205@infradead.org \
--to=rdunlap@infradead.org \
--cc=a.ryabinin@samsung.com \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=long.wanglong@huawei.com \
--cc=wanglong@laoqinren.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.