linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftest, x86: fix incorrect comment
@ 2015-05-23  2:56 Martin Kelly
  2015-05-23 18:55 ` Andy Lutomirski
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Kelly @ 2015-05-23  2:56 UTC (permalink / raw)
  To: shuahkh, luto; +Cc: trivial, linux-kernel, Martin Kelly, Martin Kelly

The current comment indicates it's checking for a 32-bit build
environment, but it actually checks for a 64-bit environment. Fix this.

Signed-off-by: Martin Kelly <martkell@amazon.com>
---
 tools/testing/selftests/x86/trivial_64bit_program.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/x86/trivial_64bit_program.c b/tools/testing/selftests/x86/trivial_64bit_program.c
index b994946..05c6a41 100644
--- a/tools/testing/selftests/x86/trivial_64bit_program.c
+++ b/tools/testing/selftests/x86/trivial_64bit_program.c
@@ -1,5 +1,5 @@
 /*
- * Trivial program to check that we have a valid 32-bit build environment.
+ * Trivial program to check that we have a valid 64-bit build environment.
  * Copyright (c) 2015 Andy Lutomirski
  * GPL v2
  */
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] selftest, x86: fix incorrect comment
  2015-05-23  2:56 [PATCH] selftest, x86: fix incorrect comment Martin Kelly
@ 2015-05-23 18:55 ` Andy Lutomirski
  2015-05-27 14:15   ` Shuah Khan
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Lutomirski @ 2015-05-23 18:55 UTC (permalink / raw)
  To: Martin Kelly
  Cc: Shuah Khan, Andrew Lutomirski, trivial, linux-kernel, Martin Kelly

On Fri, May 22, 2015 at 7:56 PM, Martin Kelly <martin@martingkelly.com> wrote:
> The current comment indicates it's checking for a 32-bit build
> environment, but it actually checks for a 64-bit environment. Fix this.

Acked-by: Andy Lutomirski <luto@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] selftest, x86: fix incorrect comment
  2015-05-23 18:55 ` Andy Lutomirski
@ 2015-05-27 14:15   ` Shuah Khan
  0 siblings, 0 replies; 3+ messages in thread
From: Shuah Khan @ 2015-05-27 14:15 UTC (permalink / raw)
  To: Martin Kelly
  Cc: Andy Lutomirski, Andrew Lutomirski, trivial, linux-kernel, Martin Kelly

On 05/23/2015 12:55 PM, Andy Lutomirski wrote:
> On Fri, May 22, 2015 at 7:56 PM, Martin Kelly <martin@martingkelly.com> wrote:
>> The current comment indicates it's checking for a 32-bit build
>> environment, but it actually checks for a 64-bit environment. Fix this.
> 
> Acked-by: Andy Lutomirski <luto@kernel.org>
> 

Applied to linux-kselftest next for 4.2

thanks,
-- Shuah

-- 
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh@osg.samsung.com | (970) 217-8978

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-27 14:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-23  2:56 [PATCH] selftest, x86: fix incorrect comment Martin Kelly
2015-05-23 18:55 ` Andy Lutomirski
2015-05-27 14:15   ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).