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


Groups > linux.kernel > #1580836 > unrolled thread

[PATCH v2 9/9] staging: rtl8192u: fixing block comments use * on subsequent lines

Started bysimran singhal <singhalsimran0@gmail.com>
First post2017-02-14 21:20 +0100
Last post2017-02-16 20:00 +0100
Articles 6 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 9/9] staging: rtl8192u: fixing block comments use * on  subsequent lines simran singhal <singhalsimran0@gmail.com> - 2017-02-14 21:20 +0100
    Re: [PATCH v2 9/9] staging: rtl8192u: fixing block comments use * on  subsequent lines Greg KH <gregkh@linuxfoundation.org> - 2017-02-16 19:40 +0100
      Re: [PATCH v2 9/9] staging: rtl8192u: fixing block comments use * on  subsequent lines Greg KH <gregkh@linuxfoundation.org> - 2017-02-16 20:00 +0100
        Re: [PATCH v2 9/9] staging: rtl8192u: fixing block comments use * on  subsequent lines Greg KH <gregkh@linuxfoundation.org> - 2017-02-16 20:50 +0100
          Re: [PATCH v2 9/9] staging: rtl8192u: fixing block comments use * on  subsequent lines SIMRAN SINGHAL <singhalsimran0@gmail.com> - 2017-02-16 22:00 +0100
      Re: [PATCH v2 9/9] staging: rtl8192u: fixing block comments use * on  subsequent lines SIMRAN SINGHAL <singhalsimran0@gmail.com> - 2017-02-16 20:00 +0100

#1580836 — [PATCH v2 9/9] staging: rtl8192u: fixing block comments use * on subsequent lines

Fromsimran singhal <singhalsimran0@gmail.com>
Date2017-02-14 21:20 +0100
Subject[PATCH v2 9/9] staging: rtl8192u: fixing block comments use * on subsequent lines
Message-ID<taRJU-6oO-27@gated-at.bofh.it>
Fixed checkpatch.pl warning:
WARNING: Block comments use * on subsequent lines

Signed-off-by: simran singhal <singhalsimran0@gmail.com>
---
 drivers/staging/rtl8192u/r8190_rtl8256.h | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/drivers/staging/rtl8192u/r8190_rtl8256.h b/drivers/staging/rtl8192u/r8190_rtl8256.h
index 1ba4f83..5878f42 100644
--- a/drivers/staging/rtl8192u/r8190_rtl8256.h
+++ b/drivers/staging/rtl8192u/r8190_rtl8256.h
@@ -1,14 +1,13 @@
 /*
-  This is part of the rtl8180-sa2400 driver
-  released under the GPL (See file COPYING for details).
-  Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com>
-
-  This files contains programming code for the rtl8256
-  radio frontend.
-
-  *Many* thanks to Realtek Corp. for their great support!
-
-*/
+ *  This is part of the rtl8180-sa2400 driver
+ *  released under the GPL (See file COPYING for details).
+ *  Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com>
+ *
+ *  This files contains programming code for the rtl8256
+ *  radio frontend.
+ *
+ *  Many* thanks to Realtek Corp. for their great support!
+ */
 
 #ifndef RTL8225H
 #define RTL8225H
-- 
2.7.4

[toc] | [next] | [standalone]


#1582840

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-02-16 19:40 +0100
Message-ID<tbz8d-1OZ-9@gated-at.bofh.it>
In reply to#1580836
On Wed, Feb 15, 2017 at 01:46:27AM +0530, simran singhal wrote:
> Fixed checkpatch.pl warning:
> WARNING: Block comments use * on subsequent lines
> 
> Signed-off-by: simran singhal <singhalsimran0@gmail.com>
> ---
>  drivers/staging/rtl8192u/r8190_rtl8256.h | 19 +++++++++----------
>  1 file changed, 9 insertions(+), 10 deletions(-)

Does not apply to my tree :(

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


#1582863

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-02-16 20:00 +0100
Message-ID<tbzrz-1Xx-3@gated-at.bofh.it>
In reply to#1582840
On Fri, Feb 17, 2017 at 12:20:22AM +0530, SIMRAN SINGHAL wrote:
> Then which tree it applies to.

I have no idea, you wrote it, not me :)

greg k-h

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


#1582898

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-02-16 20:50 +0100
Message-ID<tbAdX-2vC-5@gated-at.bofh.it>
In reply to#1582863
On Fri, Feb 17, 2017 at 12:49:54AM +0530, SIMRAN SINGHAL wrote:
> I am attaching the screenshot of what I am getting from the
> script get_maintainer.pl.

I can't read images from a text email client.

I totally don't understand this conversation at all, what is the
question?  What is this concerning?  Why are you not properly quoting
things so that we can determine this?

confused,

greg k-h

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


#1582935

FromSIMRAN SINGHAL <singhalsimran0@gmail.com>
Date2017-02-16 22:00 +0100
Message-ID<tbBjH-3aW-13@gated-at.bofh.it>
In reply to#1582898
Sorry for replying properly.

On Fri, Feb 17, 2017 at 1:16 AM, Greg KH <gregkh@linuxfoundation.org> wrote:
> On Fri, Feb 17, 2017 at 12:49:54AM +0530, SIMRAN SINGHAL wrote:
>> I am attaching the screenshot of what I am getting from the
>> script get_maintainer.pl.
>
> I can't read images from a text email client.

ok, will keep this in mind.

>
> I totally don't understand this conversation at all, what is the
> question?  What is this concerning?  Why are you not properly quoting
> things so that we can determine this?

I want to say that after executing script get_maintainer.pl on the
patch, I got your
name and email id that's why I send that patch to you.

I know only one source that is get_maintainer.pl through which I find
out to whom I am
suppose to send the patch and the mailing lists I have to cc, and this
is what is mentioned
in tutorial also.

>
> confused,
>
> greg k-h

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


#1582865

FromSIMRAN SINGHAL <singhalsimran0@gmail.com>
Date2017-02-16 20:00 +0100
Message-ID<tbzrz-1Xx-5@gated-at.bofh.it>
In reply to#1582840
Then which tree it applies to.

Thanks,
Simran


On Fri, Feb 17, 2017 at 12:05 AM, Greg KH <gregkh@linuxfoundation.org> wrote:
> On Wed, Feb 15, 2017 at 01:46:27AM +0530, simran singhal wrote:
>> Fixed checkpatch.pl warning:
>> WARNING: Block comments use * on subsequent lines
>>
>> Signed-off-by: simran singhal <singhalsimran0@gmail.com>
>> ---
>>  drivers/staging/rtl8192u/r8190_rtl8256.h | 19 +++++++++----------
>>  1 file changed, 9 insertions(+), 10 deletions(-)
>
> Does not apply to my tree :(

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web