Re: Kernelnewbies Digest, Vol 63, Issue 37
Can someone suggest me a book on how to start contributing for linux kernel or any tutorial videos or any leads ? Thanks and regards Sriraam VG On Mon, Feb 22, 2016 at 11:32 AM, <kernelnewbies-request@kernelnewbies.org> wrote:
Send Kernelnewbies mailing list submissions to kernelnewbies@kernelnewbies.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies or, via email, send a message with subject or body 'help' to kernelnewbies-request@kernelnewbies.org
You can reach the person managing the list at kernelnewbies-owner@kernelnewbies.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Kernelnewbies digest..."
Today's Topics:
1. Re:Re: Why exist coding style issue in mm_types.h (YU Bo) 2. Re: Project Idea.. (Mulyadi Santosa) 3. Books Regarding Linux Kernel (Anil Nair) 4. Re: Books Regarding Linux Kernel (Shiva Shankar) 5. Re: Books Regarding Linux Kernel (Kenneth Adam Miller) 6. Re: Books Regarding Linux Kernel (sanjeev sharma)
----------------------------------------------------------------------
Message: 1 Date: Mon, 22 Feb 2016 13:05:29 +0800 (CST) From: "YU Bo" <yuzibode@126.com> Subject: Re:Re: Why exist coding style issue in mm_types.h To: "Greg KH" <greg@kroah.com> Cc: "kernelnewbies@kernelnewbies.org" <kernelnewbies@kernelnewbies.org> Message-ID: <5dfbf723.561d.153075e3acb.Coremail.yuzibode@126.com> Content-Type: text/plain; charset="gbk"
Hi, At 2016-02-22 02:27:39, "Greg KH" <greg@kroah.com> wrote:
On Mon, Feb 22, 2016 at 12:29:54AM +0800, YU Bo wrote:
Hi, When read the source code of mm_types.h, i encounter _coding style_ code ,such like: http://lxr.free-electrons.com/source/include/linux/mm_types.h#L346 in comments. Why not try to fix it? Because it is trival? Actually, checkpatch.pl reports many errors and warnnings for it. Only can i fix the coding style issue in staging?
Yes, stick to drivers/staging/* only for coding style fixes please.
Thanks a lot!
participants (1)
-
Sriraam VG