[PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment

punit vara punitvara at gmail.com
Thu Sep 24 16:36:35 UTC 2015


On Thu, Sep 24, 2015 at 9:55 AM, Sudip Mukherjee
<sudipm.mukherjee at gmail.com> wrote:
> On Wed, Sep 23, 2015 at 11:22:09PM +0530, punit vara wrote:
>> On Wed, Sep 23, 2015 at 10:25 PM, punit vara <punitvara at gmail.com> wrote:
>> > Thank you very much sir I will definitely follow that. I have seen so
>> > many people fixing patches over here. Now I know process of submitting
>> > patches.I am able to fix several patches created by checkpatch.pl .
>> > But can you suggest me any driver to fix API or another small TODO
>> > task. I have seen so many TODO but confuse where to start . Can you
>> > give me some initial idea or though or any driver to fix bugs  ? :-)
>>
>>
>> Dear Sudip sir,
>>
>> I have used git format-patch master..my_local_branch But It also
>> produce numbers in subject of patch.
>> Now I have used git format-patch master..my_local_branch -N ..It does
>> not generate any number in patch even if you have previous patches
> Usually I will not diff between the master and my local branch. I will
> sync my local branch with the master in the morning and commit my
> changes there. Now while generating the patch if I want to generate my
> last patch then I just use git format-patch -1. If you want last 2
> patches then use git format-patch -2. If you want to have them in series
> with the numbering in the subject use git format-patch -2 -n.
> And please dont use "sir".
>
> regards
> sudip


Thank you for sharing.


More information about the devel mailing list