linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rcutorture/nolibc: Fix a typo in header file
@ 2020-10-11 18:22 Samuel Hernandez
  2020-10-12  8:09 ` Willy Tarreau
  0 siblings, 1 reply; 2+ messages in thread
From: Samuel Hernandez @ 2020-10-11 18:22 UTC (permalink / raw)
  To: Willy Tarreau; +Cc: linux-kernel, Samuel Hernandez

Signed-off-by: Samuel Hernandez <sam.hernandez.amador@gmail.com>
---
This fixes a supposed typo. Before this, the AT_FDCWD macro would be defined
regardless of whether or not it's been defined before.

 tools/include/nolibc/nolibc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/include/nolibc/nolibc.h b/tools/include/nolibc/nolibc.h
index 2551e9b71167..d6d2623c99ad 100644
--- a/tools/include/nolibc/nolibc.h
+++ b/tools/include/nolibc/nolibc.h
@@ -231,7 +231,7 @@ struct rusage {
 #define DT_SOCK   12
 
 /* all the *at functions */
-#ifndef AT_FDWCD
+#ifndef AT_FDCWD
 #define AT_FDCWD             -100
 #endif
 
-- 
2.26.2


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

* Re: [PATCH] rcutorture/nolibc: Fix a typo in header file
  2020-10-11 18:22 [PATCH] rcutorture/nolibc: Fix a typo in header file Samuel Hernandez
@ 2020-10-12  8:09 ` Willy Tarreau
  0 siblings, 0 replies; 2+ messages in thread
From: Willy Tarreau @ 2020-10-12  8:09 UTC (permalink / raw)
  To: Samuel Hernandez; +Cc: linux-kernel

Hello Samuel,

On Sun, Oct 11, 2020 at 02:22:31PM -0400, Samuel Hernandez wrote:
> Signed-off-by: Samuel Hernandez <sam.hernandez.amador@gmail.com>
> ---
> This fixes a supposed typo. Before this, the AT_FDCWD macro would be defined
> regardless of whether or not it's been defined before.

Good catch!

Please note that the commit message must be placed *before* the "---"
and before the signed-off-by. No need to resend, I'll adjust it on my
end.

Thank you,
Willy

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

end of thread, other threads:[~2020-10-12  8:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-11 18:22 [PATCH] rcutorture/nolibc: Fix a typo in header file Samuel Hernandez
2020-10-12  8:09 ` Willy Tarreau

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).