Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1290903 > unrolled thread

[PATCH] Staging: comedi: fix block comments coding style issue in comedi.h

Started bymaomao xu <albert008.xu@gmail.com>
First post2015-12-14 08:50 +0100
Last post2015-12-23 05:30 +0100
Articles 4 — 4 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h maomao xu <albert008.xu@gmail.com> - 2015-12-14 08:50 +0100
    Re: [PATCH] Staging: comedi: fix block comments coding style issue  in comedi.h Greg KH <gregkh@linuxfoundation.org> - 2015-12-22 01:10 +0100
      Re: [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h maoma king <albert008.xu@gmail.com> - 2015-12-23 04:00 +0100
        Re: [PATCH] Staging: comedi: fix block comments coding style issue  in comedi.h Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-12-23 05:30 +0100

#1290903 — [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h

Frommaomao xu <albert008.xu@gmail.com>
Date2015-12-14 08:50 +0100
Subject[PATCH] Staging: comedi: fix block comments coding style issue in comedi.h
Message-ID<qFw3n-366-1@gated-at.bofh.it>
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

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

[toc] | [next] | [standalone]


#1296369 — Re: [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h

FromGreg KH <gregkh@linuxfoundation.org>
Date2015-12-22 01:10 +0100
SubjectRe: [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h
Message-ID<qIiGD-50N-45@gated-at.bofh.it>
In reply to#1290903
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 :(
--
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/

[toc] | [prev] | [next] | [standalone]


#1297223

Frommaoma king <albert008.xu@gmail.com>
Date2015-12-23 04:00 +0100
Message-ID<qIHOF-3QK-3@gated-at.bofh.it>
In reply to#1296369
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 :(
--
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/

[toc] | [prev] | [next] | [standalone]


#1297242 — Re: [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h

FromSudip Mukherjee <sudipm.mukherjee@gmail.com>
Date2015-12-23 05:30 +0100
SubjectRe: [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h
Message-ID<qIJdN-4TG-9@gated-at.bofh.it>
In reply to#1297223
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
--
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/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web