From: Dan Carpenter <error27@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: Tasks to do
Date: Mon, 29 Nov 2010 12:59:06 +0000 [thread overview]
Message-ID: <20101129125906.GE30799@bicker> (raw)
In-Reply-To: <4CF31519.5030404@gmail.com>
On Mon, Nov 29, 2010 at 12:51:05AM -0200, Jorge Merlino wrote:
> Hi all
>
> I'm interested in helping with the deveopment of the linux kernel and
> found this mailing list. I saw a few related todo lists but all of them
> seem quite old.
> I'd like to know where do I look for some task to do and if I neet to
> tell anybody I'm working on that in order to prevent duplication of work.
>
There isn't a list.
One easy place to start is if you have any hardware which uses a driver
from staging. Just send your patches against linux-next and you won't
conflict with anyone.
Maybe pick a driver and do this:
1) Fix all the white space.
2) Use sparse and figure out what can be declared as static.
2a) Make sparse not complain.
3) Fix all the messed up naming for static functions and data.
4) Check that it always returns the correct error codes on failure.
5) Use ARRAY_SIZE() through out.
6) Use the kernel min()/max() macros.
7) Break up any really long functions into smaller functions.
8) Etc.
But it really helps if you have the hardware and can test these changes.
regards,
dan carpenter
next prev parent reply other threads:[~2010-11-29 12:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-29 2:51 Tasks to do Jorge Merlino
2010-11-29 12:59 ` Dan Carpenter [this message]
2010-11-29 14:28 ` Robert P. J. Day
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=20101129125906.GE30799@bicker \
--to=error27@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox