linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment
@ 2015-09-22 20:33 Punit Vara
  2015-09-23  5:31 ` Sudip Mukherjee
  0 siblings, 1 reply; 11+ messages in thread
From: Punit Vara @ 2015-09-22 20:33 UTC (permalink / raw)
  To: Larry.Finger
  Cc: florian.c.schilhabel, gregkh, devel, linux-kernel, Punit Vara

This patch is to rtl8712_gp_bitdef.h file that fixes up following
warning reported by checkpatch :

-Block comments use a trailing */ on a separate line

Signed-off-by: Punit Vara <punitvara@gmail.com>
---
 drivers/staging/rtl8712/rtl8712_gp_bitdef.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8712/rtl8712_gp_bitdef.h b/drivers/staging/rtl8712/rtl8712_gp_bitdef.h
index 138ea45..266b6172d 100644
--- a/drivers/staging/rtl8712/rtl8712_gp_bitdef.h
+++ b/drivers/staging/rtl8712/rtl8712_gp_bitdef.h
@@ -62,9 +62,11 @@
 
 /*----------------------------------------------------------------------------*/
 
-#define		GPIOMUX_EN	BIT(3)	/* When this bit is set to "1",
+#define		GPIOMUX_EN	BIT(3)	/*
+					 * When this bit is set to "1",
 					 * GPIO PINs will switch to MAC
-					 * GPIO Function*/
+					 * GPIO Function
+					 */
 #define		GPIOSEL_GPIO	0	/* UART or JTAG or pure GPIO*/
 #define		GPIOSEL_PHYDBG	1	/* PHYDBG*/
 #define		GPIOSEL_BT	2	/* BT_coex*/
-- 
2.5.2


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

* Re: [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment
  2015-09-22 20:33 [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment Punit Vara
@ 2015-09-23  5:31 ` Sudip Mukherjee
  2015-09-23  7:25   ` Jaime Arrocha
  0 siblings, 1 reply; 11+ messages in thread
From: Sudip Mukherjee @ 2015-09-23  5:31 UTC (permalink / raw)
  To: Punit Vara
  Cc: Larry.Finger, devel, florian.c.schilhabel, linux-kernel, gregkh

On Wed, Sep 23, 2015 at 02:03:56AM +0530, Punit Vara wrote:
> This patch is to rtl8712_gp_bitdef.h file that fixes up following
> warning reported by checkpatch :
> 
> -Block comments use a trailing */ on a separate line
> 
> Signed-off-by: Punit Vara <punitvara@gmail.com>
> ---
I am getting confused. One of your previous patch showed PATCH 5/6, this
one shows 13/13, but i am not seeing the other patches of these two
series. Is it the problem with my mail filters or you are not sending?

regards
sudip

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

* Re: [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment
  2015-09-23  5:31 ` Sudip Mukherjee
@ 2015-09-23  7:25   ` Jaime Arrocha
  2015-09-23 14:02     ` punit vara
  0 siblings, 1 reply; 11+ messages in thread
From: Jaime Arrocha @ 2015-09-23  7:25 UTC (permalink / raw)
  To: Sudip Mukherjee, Punit Vara
  Cc: Larry.Finger, devel, florian.c.schilhabel, linux-kernel, gregkh


On 09/23/2015 12:31 AM, Sudip Mukherjee wrote:
> On Wed, Sep 23, 2015 at 02:03:56AM +0530, Punit Vara wrote:
>> This patch is to rtl8712_gp_bitdef.h file that fixes up following
>> warning reported by checkpatch :
>>
>> -Block comments use a trailing */ on a separate line
>>
>> Signed-off-by: Punit Vara <punitvara@gmail.com>
>> ---
> I am getting confused. One of your previous patch showed PATCH 5/6, this
> one shows 13/13, but i am not seeing the other patches of these two
> series. Is it the problem with my mail filters or you are not sending?
>
> regards
> sudip
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
I think the sender is not clearing the patch folder before sending a new 
one. Thus her/his diff program thinks these patches belong to a series.

-Jaime


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

* Re: [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment
  2015-09-23  7:25   ` Jaime Arrocha
@ 2015-09-23 14:02     ` punit vara
  2015-09-23 15:34       ` Sudip Mukherjee
  0 siblings, 1 reply; 11+ messages in thread
From: punit vara @ 2015-09-23 14:02 UTC (permalink / raw)
  To: Jaime Arrocha
  Cc: Sudip Mukherjee, Larry.Finger, devel, Flo Schil, linux-kernel, Greg KH

On Wed, Sep 23, 2015 at 12:55 PM, Jaime Arrocha <jarr@innercoder.com> wrote:
>
> On 09/23/2015 12:31 AM, Sudip Mukherjee wrote:
>>
>> On Wed, Sep 23, 2015 at 02:03:56AM +0530, Punit Vara wrote:
>>>
>>> This patch is to rtl8712_gp_bitdef.h file that fixes up following
>>> warning reported by checkpatch :
>>>
>>> -Block comments use a trailing */ on a separate line
>>>
>>> Signed-off-by: Punit Vara <punitvara@gmail.com>
>>> ---
>>
>> I am getting confused. One of your previous patch showed PATCH 5/6, this
>> one shows 13/13, but i am not seeing the other patches of these two
>> series. Is it the problem with my mail filters or you are not sending?
>>
>> regards
>> sudip
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at  http://www.tux.org/lkml/
>
> I think the sender is not clearing the patch folder before sending a new
> one. Thus her/his diff program thinks these patches belong to a series.
>
> -Jaime
>

Sorry for inconvenience. I have forgot to change the subject of two
patches in between. So I have resent the same patches with right
subject so please do not consider those patches whose subject
represent part of series.


It would be better if someone suggest me how to create independent
patch when already I have few patches in directory .  Or is it
necessary to clear directory every time whenever we work on new
problems ?

TIA

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

* Re: [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment
  2015-09-23 14:02     ` punit vara
@ 2015-09-23 15:34       ` Sudip Mukherjee
  2015-09-23 16:21         ` punit vara
  0 siblings, 1 reply; 11+ messages in thread
From: Sudip Mukherjee @ 2015-09-23 15:34 UTC (permalink / raw)
  To: punit vara
  Cc: Jaime Arrocha, Larry.Finger, devel, Flo Schil, linux-kernel, Greg KH

On Wed, Sep 23, 2015 at 07:32:52PM +0530, punit vara wrote:
> On Wed, Sep 23, 2015 at 12:55 PM, Jaime Arrocha <jarr@innercoder.com> wrote:
> >
> > On 09/23/2015 12:31 AM, Sudip Mukherjee wrote:
> >>
> >> On Wed, Sep 23, 2015 at 02:03:56AM +0530, Punit Vara wrote:
<snip>
> 
> 
> It would be better if someone suggest me how to create independent
> patch when already I have few patches in directory .  Or is it
> necessary to clear directory every time whenever we work on new
> problems ?
I think I have already told you how to use git format-patch to generate
single patch when you mailed me offlist.

regards
sudip

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

* Re: [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment
  2015-09-23 15:34       ` Sudip Mukherjee
@ 2015-09-23 16:21         ` punit vara
  2015-09-23 16:33           ` Sudip Mukherjee
  0 siblings, 1 reply; 11+ messages in thread
From: punit vara @ 2015-09-23 16:21 UTC (permalink / raw)
  To: Sudip Mukherjee
  Cc: Jaime Arrocha, Larry.Finger, devel, Flo Schil, linux-kernel, Greg KH

On Wed, Sep 23, 2015 at 9:04 PM, Sudip Mukherjee
<sudipm.mukherjee@gmail.com> wrote:
> On Wed, Sep 23, 2015 at 07:32:52PM +0530, punit vara wrote:
>> On Wed, Sep 23, 2015 at 12:55 PM, Jaime Arrocha <jarr@innercoder.com> wrote:
>> >
>> > On 09/23/2015 12:31 AM, Sudip Mukherjee wrote:
>> >>
>> >> On Wed, Sep 23, 2015 at 02:03:56AM +0530, Punit Vara wrote:
> <snip>
>>
>>
>> It would be better if someone suggest me how to create independent
>> patch when already I have few patches in directory .  Or is it
>> necessary to clear directory every time whenever we work on new
>> problems ?
> I think I have already told you how to use git format-patch to generate
> single patch when you mailed me offlist.
>
> regards
> sudip



Yes sir I remembered your advice . But  it was creating all the time
patch starting from 0001-... that is why It was difficult to remember
different patches for me so I used to change last number accordingly.
Thank you again for remind me .I would follow that from now onward

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

* Re: [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment
  2015-09-23 16:21         ` punit vara
@ 2015-09-23 16:33           ` Sudip Mukherjee
  2015-09-23 16:55             ` punit vara
  0 siblings, 1 reply; 11+ messages in thread
From: Sudip Mukherjee @ 2015-09-23 16:33 UTC (permalink / raw)
  To: punit vara
  Cc: Jaime Arrocha, Larry.Finger, devel, Flo Schil, linux-kernel, Greg KH

On Wed, Sep 23, 2015 at 09:51:23PM +0530, punit vara wrote:
> On Wed, Sep 23, 2015 at 9:04 PM, Sudip Mukherjee
> <sudipm.mukherjee@gmail.com> wrote:
> > On Wed, Sep 23, 2015 at 07:32:52PM +0530, punit vara wrote:
> >> On Wed, Sep 23, 2015 at 12:55 PM, Jaime Arrocha <jarr@innercoder.com> wrote:
> >> >
> >> > On 09/23/2015 12:31 AM, Sudip Mukherjee wrote:
> >> >>
> >> >> On Wed, Sep 23, 2015 at 02:03:56AM +0530, Punit Vara wrote:
> > <snip>
> >>
> >>
> >> It would be better if someone suggest me how to create independent
> >> patch when already I have few patches in directory .  Or is it
> >> necessary to clear directory every time whenever we work on new
> >> problems ?
> > I think I have already told you how to use git format-patch to generate
> > single patch when you mailed me offlist.
> >
> > regards
> > sudip
> 
> 
> 
> Yes sir I remembered your advice . But  it was creating all the time
> patch starting from 0001-... that is why It was difficult to remember
> different patches for me so I used to change last number accordingly.
> Thank you again for remind me .I would follow that from now onward
Don't use -n with git format-patch, the numbers will not be added in the
subject.

regards
sudip

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

* Re: [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment
  2015-09-23 16:33           ` Sudip Mukherjee
@ 2015-09-23 16:55             ` punit vara
  2015-09-23 17:52               ` punit vara
  0 siblings, 1 reply; 11+ messages in thread
From: punit vara @ 2015-09-23 16:55 UTC (permalink / raw)
  To: Sudip Mukherjee
  Cc: Jaime Arrocha, Larry.Finger, devel, Flo Schil, linux-kernel, Greg KH

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  ? :-)

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

* Re: [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment
  2015-09-23 16:55             ` punit vara
@ 2015-09-23 17:52               ` punit vara
  2015-09-24  4:25                 ` Sudip Mukherjee
  0 siblings, 1 reply; 11+ messages in thread
From: punit vara @ 2015-09-23 17:52 UTC (permalink / raw)
  To: Sudip Mukherjee
  Cc: Jaime Arrocha, Larry.Finger, devel, Flo Schil, linux-kernel, Greg KH

On Wed, Sep 23, 2015 at 10:25 PM, punit vara <punitvara@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

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

* Re: [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment
  2015-09-23 17:52               ` punit vara
@ 2015-09-24  4:25                 ` Sudip Mukherjee
  2015-09-24 16:36                   ` punit vara
  0 siblings, 1 reply; 11+ messages in thread
From: Sudip Mukherjee @ 2015-09-24  4:25 UTC (permalink / raw)
  To: punit vara
  Cc: Jaime Arrocha, Larry.Finger, devel, Flo Schil, linux-kernel, Greg KH

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@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

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

* Re: [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment
  2015-09-24  4:25                 ` Sudip Mukherjee
@ 2015-09-24 16:36                   ` punit vara
  0 siblings, 0 replies; 11+ messages in thread
From: punit vara @ 2015-09-24 16:36 UTC (permalink / raw)
  To: Sudip Mukherjee
  Cc: Jaime Arrocha, Larry.Finger, devel, Flo Schil, linux-kernel, Greg KH

On Thu, Sep 24, 2015 at 9:55 AM, Sudip Mukherjee
<sudipm.mukherjee@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@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.

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

end of thread, other threads:[~2015-09-24 16:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-22 20:33 [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment Punit Vara
2015-09-23  5:31 ` Sudip Mukherjee
2015-09-23  7:25   ` Jaime Arrocha
2015-09-23 14:02     ` punit vara
2015-09-23 15:34       ` Sudip Mukherjee
2015-09-23 16:21         ` punit vara
2015-09-23 16:33           ` Sudip Mukherjee
2015-09-23 16:55             ` punit vara
2015-09-23 17:52               ` punit vara
2015-09-24  4:25                 ` Sudip Mukherjee
2015-09-24 16:36                   ` punit vara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).