All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] new janitor info
@ 2004-10-14 21:45 Daniele Pizzoni
  2004-10-14 21:56 ` Gustavo Franco
  2004-10-14 22:28 ` maximilian attems
  0 siblings, 2 replies; 3+ messages in thread
From: Daniele Pizzoni @ 2004-10-14 21:45 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 1585 bytes --]

Hello!

I'd like to start doing some work as janitor, I'm not exactly an
absolute kernel newbie (some simple driver hacking experience), but I'd
like to start with simple things just to start getting involved.

I had a look at the TODO list on janitor.kernelnewbies.org. I think I
could to start with something from the following list:

----8<--------8<--------8<--------8<--------8<--------8<----

From: Andrey Panin <pazke at orbita dot don dot sitek dot net>

- check printk() calls (should include appropriate KERN_* constant).

------------------------------------------------------------------------
From Domen Puncer:
- pr_debug() from kernel.h could replace a lot of DPRINTK and similar macros.
- same for pr_info()

------------------------------------------------------------------------
From Domen Puncer:
- min/max macros from kernel.h are safe, a lot of handcrafted MIN/MAX are not.

------------------------------------------------------------------------
From Domen Puncer:
- remove string concatenation with __FUNCTION__ (get rid of
warnings, and get ready for __func__):
-printk(KERN_INFO "blabla " __FUNCTION__ "\n");
+printk(KERN_INFO "blabla %s\n", __FUNCTION__);

However, do not convert _FUNCTION_ to _func_ because older
gcc versions do not support _func_.

----8<--------8<--------8<--------8<--------8<--------8<----


Anyway I'd like to know if the someone is already working on the same
topics.

Also, are patches to be sent to the kernel-janitors list only?

Thanks for you help, beware of the many questions I'm going to ask you!
:)

Bye
Daniele Pizzoni



[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

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

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

end of thread, other threads:[~2004-10-14 22:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-14 21:45 [KJ] new janitor info Daniele Pizzoni
2004-10-14 21:56 ` Gustavo Franco
2004-10-14 22:28 ` maximilian attems

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.