All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH] include/asm-i386/a.out.h: Comment correction
@ 2006-10-11 16:11 Andi Drebes
  2006-10-13 13:05 ` Nicolas Kaiser
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andi Drebes @ 2006-10-11 16:11 UTC (permalink / raw)
  To: kernel-janitors

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

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

* Re: [KJ] [PATCH] include/asm-i386/a.out.h: Comment correction
  2006-10-11 16:11 [KJ] [PATCH] include/asm-i386/a.out.h: Comment correction Andi Drebes
@ 2006-10-13 13:05 ` Nicolas Kaiser
  2006-10-13 13:40 ` Andi Drebes
  2006-10-14 10:36 ` Nicolas Kaiser
  2 siblings, 0 replies; 4+ messages in thread
From: Nicolas Kaiser @ 2006-10-13 13:05 UTC (permalink / raw)
  To: kernel-janitors

* Andi Drebes <lists-receive@programmierforen.de>:
> The header is protected against double inclusion. The comment
> at the end didn't match the preprocessor definition used at
> the top.

I just spotted another two of these, in include/net/ip_fib.h
and arch/ppc/boot/include/serial.h. Are you currently working
on more of these?

Cheers,
n.
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

* Re: [KJ] [PATCH] include/asm-i386/a.out.h: Comment correction
  2006-10-11 16:11 [KJ] [PATCH] include/asm-i386/a.out.h: Comment correction Andi Drebes
  2006-10-13 13:05 ` Nicolas Kaiser
@ 2006-10-13 13:40 ` Andi Drebes
  2006-10-14 10:36 ` Nicolas Kaiser
  2 siblings, 0 replies; 4+ messages in thread
From: Andi Drebes @ 2006-10-13 13:40 UTC (permalink / raw)
  To: kernel-janitors

> I just spotted another two of these, in include/net/ip_fib.h
> and arch/ppc/boot/include/serial.h. Are you currently working
> on more of these?
Actually no. I just discovered that accidentially. But we can combine our patches if you like. Please CC me for more corrections like that.

	Andi
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

* Re: [KJ] [PATCH] include/asm-i386/a.out.h: Comment correction
  2006-10-11 16:11 [KJ] [PATCH] include/asm-i386/a.out.h: Comment correction Andi Drebes
  2006-10-13 13:05 ` Nicolas Kaiser
  2006-10-13 13:40 ` Andi Drebes
@ 2006-10-14 10:36 ` Nicolas Kaiser
  2 siblings, 0 replies; 4+ messages in thread
From: Nicolas Kaiser @ 2006-10-14 10:36 UTC (permalink / raw)
  To: kernel-janitors

* Andi Drebes <lists-receive@programmierforen.de>:
> > I just spotted another two of these, in include/net/ip_fib.h
> > and arch/ppc/boot/include/serial.h. Are you currently working
> > on more of these?
> Actually no. I just discovered that accidentially. But we can
> combine our patches if you like. Please CC me for more
> corrections like that.

Alright, I'm slowly creating a list. Currently I've looked at
about 11% of headers. I'll split patches by subsystem.

Cheers,
n.
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

end of thread, other threads:[~2006-10-14 10:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-11 16:11 [KJ] [PATCH] include/asm-i386/a.out.h: Comment correction Andi Drebes
2006-10-13 13:05 ` Nicolas Kaiser
2006-10-13 13:40 ` Andi Drebes
2006-10-14 10:36 ` Nicolas Kaiser

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.