All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h
@ 2015-12-22  5:41 maomao xu
  2015-12-22  9:13 ` Ian Abbott
  0 siblings, 1 reply; 8+ messages in thread
From: maomao xu @ 2015-12-22  5:41 UTC (permalink / raw)
  To: abbotti, hsweeten, gregkh, colinpatrickcronin, devel, linux-kernel
  Cc: maomao xu

Fix up block comments to make a trailing */ on a separate line

Signed-off-by: maomao xu <albert008.xu@gmail.com>
---
 drivers/staging/comedi/comedi.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/comedi/comedi.h
index 66edda1..ec5e59c 100644
--- a/drivers/staging/comedi/comedi.h
+++ b/drivers/staging/comedi/comedi.h
@@ -895,7 +895,8 @@ enum amplc_dio_ts_clock_src {
 };
 
 /* Values for setting a gate source with INSN_CONFIG_SET_GATE_SRC for
- * 8254 counter subdevices on Amplicon DIO boards (amplc_dio200 driver). */
+ * 8254 counter subdevices on Amplicon DIO boards (amplc_dio200 driver).
+ */
 enum amplc_dio_gate_source {
 	AMPLC_DIO_GAT_VCC,	/* internal high logic level */
 	AMPLC_DIO_GAT_GND,	/* internal low logic level */
-- 
1.7.9.5


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

* Re: [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h
  2015-12-22  5:41 [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h maomao xu
@ 2015-12-22  9:13 ` Ian Abbott
  0 siblings, 0 replies; 8+ messages in thread
From: Ian Abbott @ 2015-12-22  9:13 UTC (permalink / raw)
  To: maomao xu, hsweeten, gregkh, colinpatrickcronin, devel, linux-kernel

On 22/12/15 05:41, maomao xu wrote:
> Fix up block comments to make a trailing */ on a separate line
>
> Signed-off-by: maomao xu <albert008.xu@gmail.com>
> ---
>   drivers/staging/comedi/comedi.h |    3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/comedi/comedi.h
> index 66edda1..ec5e59c 100644
> --- a/drivers/staging/comedi/comedi.h
> +++ b/drivers/staging/comedi/comedi.h
> @@ -895,7 +895,8 @@ enum amplc_dio_ts_clock_src {
>   };
>
>   /* Values for setting a gate source with INSN_CONFIG_SET_GATE_SRC for
> - * 8254 counter subdevices on Amplicon DIO boards (amplc_dio200 driver). */
> + * 8254 counter subdevices on Amplicon DIO boards (amplc_dio200 driver).
> + */
>   enum amplc_dio_gate_source {
>   	AMPLC_DIO_GAT_VCC,	/* internal high logic level */
>   	AMPLC_DIO_GAT_GND,	/* internal low logic level */
>

Sorry, this clashes with another patch in Greg's staging-next branch. 
Also, it doesn't use the preferred block comment style with the leading 
'/*' on a separate line.

-- 
-=( Ian Abbott @ MEV Ltd.    E-mail: <abbotti@mev.co.uk> )=-
-=(                          Web: http://www.mev.co.uk/  )=-

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

* Re: [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h
  2015-12-23  2:51   ` maoma king
@ 2015-12-23  4:25     ` Sudip Mukherjee
  0 siblings, 0 replies; 8+ messages in thread
From: Sudip Mukherjee @ 2015-12-23  4:25 UTC (permalink / raw)
  To: maoma king; +Cc: Greg KH, devel, Ian Abbott, Colin Cronin, linux-kernel

On Wed, Dec 23, 2015 at 10:51:11AM +0800, maoma king wrote:
> Dear Greg
>   I have sent my first patch (https://lkml.org/lkml/2015/11/18/239) to
> linux-next tree.But I never received anything about it.So I sent it
> again. You say "Doesn't apply to my tree :(".but it can be apply to
> least linux-next branch .
> I make n new patch and send it.I receive
> review(https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1048115.html)
> .
> I want to know what's wrong with me?

Nothing is wrong with me. Just work with staging-testing branch of
staging tree and everything should be fine. Ofcourse, if some one else
sends another patch before you touching the same code that you have
worked on then your patch may not apply. But that is part of the game.

> how do I know that my patch is accepted?

When Greg applies any patch to his tree, one confirmation mail will be
automatically sent.

regards
sudip

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

* Re: [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h
  2015-12-22  0:02 ` Greg KH
@ 2015-12-23  2:51   ` maoma king
  2015-12-23  4:25     ` Sudip Mukherjee
  0 siblings, 1 reply; 8+ messages in thread
From: maoma king @ 2015-12-23  2:51 UTC (permalink / raw)
  To: Greg KH; +Cc: Ian Abbott, hsweeten, Colin Cronin, devel, linux-kernel

Dear Greg
  I have sent my first patch (https://lkml.org/lkml/2015/11/18/239) to
linux-next tree.But I never received anything about it.So I sent it
again. You say "Doesn't apply to my tree :(".but it can be apply to
least linux-next branch .
I make n new patch and send it.I receive
review(https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1048115.html)
.
I want to know what's wrong with me?
how do I know that my patch is accepted?

2015-12-22 8:02 GMT+08:00 Greg KH <gregkh@linuxfoundation.org>:
> On Mon, Dec 14, 2015 at 03:41:10PM +0800, maomao xu wrote:
>> Fix up block comments to make a trailing */ on a separate line
>>
>> Signed-off-by: maomao xu <albert008.xu@gmail.com>
>> ---
>>  drivers/staging/comedi/comedi.h | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> Doesn't apply to my tree :(

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

* Re: [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h
  2015-12-14  7:41 maomao xu
@ 2015-12-22  0:02 ` Greg KH
  2015-12-23  2:51   ` maoma king
  0 siblings, 1 reply; 8+ messages in thread
From: Greg KH @ 2015-12-22  0:02 UTC (permalink / raw)
  To: maomao xu; +Cc: abbotti, hsweeten, colinpatrickcronin, devel, linux-kernel

On Mon, Dec 14, 2015 at 03:41:10PM +0800, maomao xu wrote:
> Fix up block comments to make a trailing */ on a separate line
> 
> Signed-off-by: maomao xu <albert008.xu@gmail.com>
> ---
>  drivers/staging/comedi/comedi.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Doesn't apply to my tree :(

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

* [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h
@ 2015-12-14  7:41 maomao xu
  2015-12-22  0:02 ` Greg KH
  0 siblings, 1 reply; 8+ messages in thread
From: maomao xu @ 2015-12-14  7:41 UTC (permalink / raw)
  To: abbotti, hsweeten, gregkh, colinpatrickcronin, devel, linux-kernel
  Cc: maomao xu

Fix up block comments to make a trailing */ on a separate line

Signed-off-by: maomao xu <albert008.xu@gmail.com>
---
 drivers/staging/comedi/comedi.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/comedi/comedi.h
index 66edda1..ec5e59c 100644
--- a/drivers/staging/comedi/comedi.h
+++ b/drivers/staging/comedi/comedi.h
@@ -895,7 +895,8 @@ enum amplc_dio_ts_clock_src {
 };
 
 /* Values for setting a gate source with INSN_CONFIG_SET_GATE_SRC for
- * 8254 counter subdevices on Amplicon DIO boards (amplc_dio200 driver). */
+ * 8254 counter subdevices on Amplicon DIO boards (amplc_dio200 driver).
+ */
 enum amplc_dio_gate_source {
 	AMPLC_DIO_GAT_VCC,	/* internal high logic level */
 	AMPLC_DIO_GAT_GND,	/* internal low logic level */
-- 
1.9.1


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

* [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h
@ 2015-11-18 10:09 maomao xu
  0 siblings, 0 replies; 8+ messages in thread
From: maomao xu @ 2015-11-18 10:09 UTC (permalink / raw)
  To: abbotti, hsweeten, gregkh, colinpatrickcronin, devel, linux-kernel
  Cc: maomao xu

Fix up block comments to make a trailing */ on a separate line

Signed-off-by: maomao xu <albert008.xu@gmail.com>
---
 drivers/staging/comedi/comedi.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/comedi/comedi.h
index 66edda1..ec5e59c 100644
--- a/drivers/staging/comedi/comedi.h
+++ b/drivers/staging/comedi/comedi.h
@@ -895,7 +895,8 @@ enum amplc_dio_ts_clock_src {
 };
 
 /* Values for setting a gate source with INSN_CONFIG_SET_GATE_SRC for
- * 8254 counter subdevices on Amplicon DIO boards (amplc_dio200 driver). */
+ * 8254 counter subdevices on Amplicon DIO boards (amplc_dio200 driver).
+ */
 enum amplc_dio_gate_source {
 	AMPLC_DIO_GAT_VCC,	/* internal high logic level */
 	AMPLC_DIO_GAT_GND,	/* internal low logic level */
-- 
1.9.1


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

* Re: [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h
       [not found] <1447075224-7621-1-git-send-email-albert008.xu@yahoo.com>
@ 2015-11-09 14:48 ` Greg KH
  0 siblings, 0 replies; 8+ messages in thread
From: Greg KH @ 2015-11-09 14:48 UTC (permalink / raw)
  To: maomao; +Cc: abbotti, hsweeten, colinpatrickcronin, devel, linux-kernel

On Mon, Nov 09, 2015 at 09:20:24PM +0800, maomao wrote:
> Fix up block comments to make a trailing */ on a separate line
> 
> Signed-off-by: maomao <albert008.xu@yahoo.com>

I need a "real" name here, and on the From: line in order to be able to
accept this.  Is this how you sign legal documents?

thanks,

greg k-h

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

end of thread, other threads:[~2015-12-23  4:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-22  5:41 [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h maomao xu
2015-12-22  9:13 ` Ian Abbott
  -- strict thread matches above, loose matches on Subject: below --
2015-12-14  7:41 maomao xu
2015-12-22  0:02 ` Greg KH
2015-12-23  2:51   ` maoma king
2015-12-23  4:25     ` Sudip Mukherjee
2015-11-18 10:09 maomao xu
     [not found] <1447075224-7621-1-git-send-email-albert008.xu@yahoo.com>
2015-11-09 14:48 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.