From: Shuah Khan <shuahkh@osg.samsung.com>
To: Adam Buchbinder <adam.buchbinder@gmail.com>,
linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org
Cc: trivial@kernel.org, Shuah Khan <shuahkh@osg.samsung.com>
Subject: Re: [PATCH] tools/testing: Fix misspellings in comments.
Date: Thu, 17 Mar 2016 07:50:03 -0600 [thread overview]
Message-ID: <56EAB60B.4030905@osg.samsung.com> (raw)
In-Reply-To: <1456336896-31717-1-git-send-email-adam.buchbinder@gmail.com>
On 02/24/2016 11:01 AM, Adam Buchbinder wrote:
> Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
> ---
> tools/testing/selftests/memfd/fuse_test.c | 2 +-
> tools/testing/selftests/net/psock_tpacket.c | 2 +-
> tools/testing/selftests/powerpc/tm/tm-signal-msr-resv.c | 2 +-
> tools/testing/selftests/powerpc/vphn/test-vphn.c | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/tools/testing/selftests/memfd/fuse_test.c b/tools/testing/selftests/memfd/fuse_test.c
> index 67908b1..64c02d4 100644
> --- a/tools/testing/selftests/memfd/fuse_test.c
> +++ b/tools/testing/selftests/memfd/fuse_test.c
> @@ -287,7 +287,7 @@ int main(int argc, char **argv)
> * then the kernel did a page-replacement or canceled the read() (or
> * whatever magic it did..). In that case, the memfd object is still
> * all zero.
> - * In case the memfd-object was *not* sealed, the read() was successfull
> + * In case the memfd-object was *not* sealed, the read() was successful
> * and the memfd object must *not* be all zero.
> * Note that in real scenarios, there might be a mixture of both, but
> * in this test-cases, we have explicit 200ms delays which should be
> diff --git a/tools/testing/selftests/net/psock_tpacket.c b/tools/testing/selftests/net/psock_tpacket.c
> index 24adf70..3c0ed3a 100644
> --- a/tools/testing/selftests/net/psock_tpacket.c
> +++ b/tools/testing/selftests/net/psock_tpacket.c
> @@ -11,7 +11,7 @@
> *
> * Datapath:
> * Open a pair of packet sockets and send resp. receive an a priori known
> - * packet pattern accross the sockets and check if it was received resp.
> + * packet pattern across the sockets and check if it was received resp.
> * sent correctly. Fanout in combination with RX_RING is currently not
> * tested here.
> *
> diff --git a/tools/testing/selftests/powerpc/tm/tm-signal-msr-resv.c b/tools/testing/selftests/powerpc/tm/tm-signal-msr-resv.c
> index d86653f..7c77853 100644
> --- a/tools/testing/selftests/powerpc/tm/tm-signal-msr-resv.c
> +++ b/tools/testing/selftests/powerpc/tm/tm-signal-msr-resv.c
> @@ -42,7 +42,7 @@ void signal_usr1(int signum, siginfo_t *info, void *uc)
> #else
> ucp->uc_mcontext.regs->gpr[PT_MSR] |= (7ULL);
> #endif
> - /* Should segv on return becuase of invalid context */
> + /* Should segv on return because of invalid context */
> segv_expected = 1;
> }
>
> diff --git a/tools/testing/selftests/powerpc/vphn/test-vphn.c b/tools/testing/selftests/powerpc/vphn/test-vphn.c
> index 5742f68..fef33c9 100644
> --- a/tools/testing/selftests/powerpc/vphn/test-vphn.c
> +++ b/tools/testing/selftests/powerpc/vphn/test-vphn.c
> @@ -274,7 +274,7 @@ static struct test {
> }
> },
> {
> - /* Parse a 32-bit value split accross two consecutives 64-bit
> + /* Parse a 32-bit value split across two consecutives 64-bit
> * input values.
> */
> "vphn: 16-bit value followed by 2 x 32-bit values",
>
I didn't notice this in time for 4.6-rc1. It will go into the 4.7-rc1
release as it is a typo fix.
thanks,
-- Shuah
--
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh@osg.samsung.com | (970) 217-8978
prev parent reply other threads:[~2016-03-17 13:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-24 18:01 [PATCH] tools/testing: Fix misspellings in comments Adam Buchbinder
2016-03-17 13:50 ` Shuah Khan [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=56EAB60B.4030905@osg.samsung.com \
--to=shuahkh@osg.samsung.com \
--cc=adam.buchbinder@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=trivial@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox