From: Andi Drebes <lists-receive@programmierforen.de>
To: kernel-janitors@vger.kernel.org
Subject: [KJ] [PATCH] include/asm-i386/a.out.h: Comment correction
Date: Wed, 11 Oct 2006 16:11:21 +0000 [thread overview]
Message-ID: <200610111811.21503.lists-receive@programmierforen.de> (raw)
The header is protected against double inclusion. The comment at the end didn't match the preprocessor definition used at the top.
Signed-off-by: Andi Drebes <webmaster@programmierforen.de>
---
diff --git a/include/asm-i386/a.out.h b/include/asm-i386/a.out.h
index ab17bb8..7055799 100644
--- a/include/asm-i386/a.out.h
+++ b/include/asm-i386/a.out.h
@@ -23,4 +23,4 @@ #define STACK_TOP TASK_SIZE
#endif
-#endif /* __A_OUT_GNU_H__ */
+#endif /* __I386_A_OUT_H__ */
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
next reply other threads:[~2006-10-11 16:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-11 16:11 Andi Drebes [this message]
2006-10-13 13:05 ` [KJ] [PATCH] include/asm-i386/a.out.h: Comment correction Nicolas Kaiser
2006-10-13 13:40 ` Andi Drebes
2006-10-14 10:36 ` Nicolas Kaiser
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=200610111811.21503.lists-receive@programmierforen.de \
--to=lists-receive@programmierforen.de \
--cc=kernel-janitors@vger.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 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.