Josh Marshall
2012-May-03 13:06 UTC
ran cppcheck and going to make cosmetic changes--where do I submit code?
I ran cppcheck on btrfs and it looks like it says there could be a few cosmetic changes, such as reducing the scope of some variables. I''m guessing that it won''t be too terrible if I do make the changes, but where do I submit the code when I''m done? P.S. This is my first kernel project, so I''m going to need some direction. Josh Marshall -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hubert Kario
2012-May-03 13:20 UTC
Re: ran cppcheck and going to make cosmetic changes--where do I submit code?
On Thursday 03 of May 2012 09:06:31 Josh Marshall wrote:> I ran cppcheck on btrfs and it looks like it says there could be a few > cosmetic changes, such as reducing the scope of some variables. I''m > guessing that it won''t be too terrible if I do make the changes, but > where do I submit the code when I''m done?You send the patches to this mailing list. Look at `git format-patch` and `git send-email` as far as tools are concerned If yo''re looking for tips for creating patches for Linux see at Documentation/SubmitChecklist and Documentation/SubmittingPatches in your Linux checkout. Regards, -- Hubert Kario QBS - Quality Business Software 02-656 Warszawa, ul. Ksawerów 30/85 tel. +48 (22) 646-61-51, 646-74-24 www.qbs.com.pl
Anand Jain
2012-May-04 13:14 UTC
Re: ran cppcheck and going to make cosmetic changes--where do I submit code?
> where do I submit the code when I''m done? > > P.S. This is my first kernel project, so I''m going to need some direction.wiki page ''Writing patch for btrfs'' has this info http://btrfs.ipv5.de/index.php?title=Writing_patch_for_btrfs good luck. -Anand -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html