linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] staging: rtl8712: Fixed Multiple FSF address checkpatch warnings
@ 2016-03-20 15:58 Parth Sane
  2016-03-20 15:58 ` [PATCH 1/5] staging: rtl8712: Fixed FSF address warning in basic_types.h Parth Sane
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Parth Sane @ 2016-03-20 15:58 UTC (permalink / raw)
  To: laerdevstudios, gregkh
  Cc: Larry.Finger, florian.c.schilhabel, luisbg, bhaktipriya96,
	stillcompiling, punitvara, devel, linux-kernel

*** BLURB HERE ***

Parth Sane (5):
  staging: rtl8712: Fixed FSF address warning in basic_types.h
  staging: rtl8712: Fixed FSF address warning in drv_types.h
  staging: rtl9712: Fixed FSF address warning in ethernet.h
  staging: rtl9712: Fixed FSF address warning in hal_init.c
  staging: rtl9712: Fixed FSF address warning in ieee80211.c

 drivers/staging/rtl8712/basic_types.h | 4 ----
 drivers/staging/rtl8712/drv_types.h   | 4 ----
 drivers/staging/rtl8712/ethernet.h    | 4 ----
 drivers/staging/rtl8712/hal_init.c    | 4 ----
 drivers/staging/rtl8712/ieee80211.c   | 4 ----
 5 files changed, 20 deletions(-)

-- 
1.9.1

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

* [PATCH 1/5] staging: rtl8712: Fixed FSF address warning in basic_types.h
  2016-03-20 15:58 [PATCH 0/5] staging: rtl8712: Fixed Multiple FSF address checkpatch warnings Parth Sane
@ 2016-03-20 15:58 ` Parth Sane
  2016-03-21 21:27   ` Greg KH
  2016-03-20 15:58 ` [PATCH 2/5] staging: rtl8712: Fixed FSF address warning in drv_types.h Parth Sane
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 11+ messages in thread
From: Parth Sane @ 2016-03-20 15:58 UTC (permalink / raw)
  To: laerdevstudios, gregkh
  Cc: Larry.Finger, florian.c.schilhabel, luisbg, bhaktipriya96,
	stillcompiling, punitvara, devel, linux-kernel

Signed-off-by: Parth Sane <laerdevstudios@gmail.com>
---
 drivers/staging/rtl8712/basic_types.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/staging/rtl8712/basic_types.h b/drivers/staging/rtl8712/basic_types.h
index 7561bed..f5c0231 100644
--- a/drivers/staging/rtl8712/basic_types.h
+++ b/drivers/staging/rtl8712/basic_types.h
@@ -11,10 +11,6 @@
  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  * more details.
  *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
- *
  * Modifications for inclusion into the Linux staging tree are
  * Copyright(c) 2010 Larry Finger. All rights reserved.
  *
-- 
1.9.1

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

* [PATCH 2/5] staging: rtl8712: Fixed FSF address warning in drv_types.h
  2016-03-20 15:58 [PATCH 0/5] staging: rtl8712: Fixed Multiple FSF address checkpatch warnings Parth Sane
  2016-03-20 15:58 ` [PATCH 1/5] staging: rtl8712: Fixed FSF address warning in basic_types.h Parth Sane
@ 2016-03-20 15:58 ` Parth Sane
  2016-03-20 15:58 ` [PATCH 3/5] staging: rtl9712: Fixed FSF address warning in ethernet.h Parth Sane
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Parth Sane @ 2016-03-20 15:58 UTC (permalink / raw)
  To: laerdevstudios, gregkh
  Cc: Larry.Finger, florian.c.schilhabel, luisbg, bhaktipriya96,
	stillcompiling, punitvara, devel, linux-kernel

Signed-off-by: Parth Sane <laerdevstudios@gmail.com>
---
 drivers/staging/rtl8712/drv_types.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/staging/rtl8712/drv_types.h b/drivers/staging/rtl8712/drv_types.h
index 29e47e1..ae79047 100644
--- a/drivers/staging/rtl8712/drv_types.h
+++ b/drivers/staging/rtl8712/drv_types.h
@@ -11,10 +11,6 @@
  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  * more details.
  *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
- *
  * Modifications for inclusion into the Linux staging tree are
  * Copyright(c) 2010 Larry Finger. All rights reserved.
  *
-- 
1.9.1

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

* [PATCH 3/5] staging: rtl9712: Fixed FSF address warning in ethernet.h
  2016-03-20 15:58 [PATCH 0/5] staging: rtl8712: Fixed Multiple FSF address checkpatch warnings Parth Sane
  2016-03-20 15:58 ` [PATCH 1/5] staging: rtl8712: Fixed FSF address warning in basic_types.h Parth Sane
  2016-03-20 15:58 ` [PATCH 2/5] staging: rtl8712: Fixed FSF address warning in drv_types.h Parth Sane
@ 2016-03-20 15:58 ` Parth Sane
  2016-03-20 15:59 ` [PATCH 4/5] staging: rtl9712: Fixed FSF address warning in hal_init.c Parth Sane
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Parth Sane @ 2016-03-20 15:58 UTC (permalink / raw)
  To: laerdevstudios, gregkh
  Cc: Larry.Finger, florian.c.schilhabel, luisbg, bhaktipriya96,
	stillcompiling, punitvara, devel, linux-kernel

Signed-off-by: Parth Sane <laerdevstudios@gmail.com>
---
 drivers/staging/rtl8712/ethernet.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/staging/rtl8712/ethernet.h b/drivers/staging/rtl8712/ethernet.h
index fad173f..039da36 100644
--- a/drivers/staging/rtl8712/ethernet.h
+++ b/drivers/staging/rtl8712/ethernet.h
@@ -11,10 +11,6 @@
  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  * more details.
  *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
- *
  * Modifications for inclusion into the Linux staging tree are
  * Copyright(c) 2010 Larry Finger. All rights reserved.
  *
-- 
1.9.1

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

* [PATCH 4/5] staging: rtl9712: Fixed FSF address warning in hal_init.c
  2016-03-20 15:58 [PATCH 0/5] staging: rtl8712: Fixed Multiple FSF address checkpatch warnings Parth Sane
                   ` (2 preceding siblings ...)
  2016-03-20 15:58 ` [PATCH 3/5] staging: rtl9712: Fixed FSF address warning in ethernet.h Parth Sane
@ 2016-03-20 15:59 ` Parth Sane
  2016-03-20 15:59 ` [PATCH 5/5] staging: rtl9712: Fixed FSF address warning in ieee80211.c Parth Sane
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Parth Sane @ 2016-03-20 15:59 UTC (permalink / raw)
  To: laerdevstudios, gregkh
  Cc: Larry.Finger, florian.c.schilhabel, luisbg, bhaktipriya96,
	stillcompiling, punitvara, devel, linux-kernel

Signed-off-by: Parth Sane <laerdevstudios@gmail.com>
---
 drivers/staging/rtl8712/hal_init.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/staging/rtl8712/hal_init.c b/drivers/staging/rtl8712/hal_init.c
index 17d2b5f..afa7fe78 100644
--- a/drivers/staging/rtl8712/hal_init.c
+++ b/drivers/staging/rtl8712/hal_init.c
@@ -13,10 +13,6 @@
  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
  * more details.
  *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
- *
  * Modifications for inclusion into the Linux staging tree are
  * Copyright(c) 2010 Larry Finger. All rights reserved.
  *
-- 
1.9.1

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

* [PATCH 5/5] staging: rtl9712: Fixed FSF address warning in ieee80211.c
  2016-03-20 15:58 [PATCH 0/5] staging: rtl8712: Fixed Multiple FSF address checkpatch warnings Parth Sane
                   ` (3 preceding siblings ...)
  2016-03-20 15:59 ` [PATCH 4/5] staging: rtl9712: Fixed FSF address warning in hal_init.c Parth Sane
@ 2016-03-20 15:59 ` Parth Sane
  2016-03-20 17:35 ` [PATCH 0/5] staging: rtl8712: Fixed Multiple FSF address checkpatch warnings Roger H Newell
  2016-03-21 21:27 ` Greg KH
  6 siblings, 0 replies; 11+ messages in thread
From: Parth Sane @ 2016-03-20 15:59 UTC (permalink / raw)
  To: laerdevstudios, gregkh
  Cc: Larry.Finger, florian.c.schilhabel, luisbg, bhaktipriya96,
	stillcompiling, punitvara, devel, linux-kernel

Signed-off-by: Parth Sane <laerdevstudios@gmail.com>
---
 drivers/staging/rtl8712/ieee80211.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/staging/rtl8712/ieee80211.c b/drivers/staging/rtl8712/ieee80211.c
index d13b4d5..8918654 100644
--- a/drivers/staging/rtl8712/ieee80211.c
+++ b/drivers/staging/rtl8712/ieee80211.c
@@ -13,10 +13,6 @@
  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
  * more details.
  *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
- *
  * Modifications for inclusion into the Linux staging tree are
  * Copyright(c) 2010 Larry Finger. All rights reserved.
  *
-- 
1.9.1

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

* Re: [PATCH 0/5] staging: rtl8712: Fixed Multiple FSF address checkpatch warnings
  2016-03-20 15:58 [PATCH 0/5] staging: rtl8712: Fixed Multiple FSF address checkpatch warnings Parth Sane
                   ` (4 preceding siblings ...)
  2016-03-20 15:59 ` [PATCH 5/5] staging: rtl9712: Fixed FSF address warning in ieee80211.c Parth Sane
@ 2016-03-20 17:35 ` Roger H Newell
  2016-03-20 17:42   ` Parth Sane
  2016-03-21 21:27 ` Greg KH
  6 siblings, 1 reply; 11+ messages in thread
From: Roger H Newell @ 2016-03-20 17:35 UTC (permalink / raw)
  To: Parth Sane
  Cc: Greg KH, open list:STAGING SUBSYSTEM, florian.c.schilhabel,
	punitvara, stillcompiling, bhaktipriya96, linux-kernel, luisbg,
	Larry.Finger

On Sun, Mar 20, 2016 at 1:28 PM, Parth Sane <laerdevstudios@gmail.com> wrote:
> *** BLURB HERE ***
>
> Parth Sane (5):
>   staging: rtl8712: Fixed FSF address warning in basic_types.h
>   staging: rtl8712: Fixed FSF address warning in drv_types.h
>   staging: rtl9712: Fixed FSF address warning in ethernet.h
>   staging: rtl9712: Fixed FSF address warning in hal_init.c
>   staging: rtl9712: Fixed FSF address warning in ieee80211.c
>
>  drivers/staging/rtl8712/basic_types.h | 4 ----
>  drivers/staging/rtl8712/drv_types.h   | 4 ----
>  drivers/staging/rtl8712/ethernet.h    | 4 ----
>  drivers/staging/rtl8712/hal_init.c    | 4 ----
>  drivers/staging/rtl8712/ieee80211.c   | 4 ----
>  5 files changed, 20 deletions(-)
>
> --
> 1.9.1
>
> _______________________________________________
> devel mailing list
> devel@linuxdriverproject.org
> http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

It looks like all the patches in this set do not contain a commit log
in the body. It's up to the maintainer but I'm fairly certain they
won't be accepted without a body.


On Sun, Mar 20, 2016 at 1:32 PM, Parth Sane <laerdevstudios@gmail.com> wrote:
> Fixed Multiple FSF address checkpatch warnings to conform to kernel coding style.
>
> Parth Sane (5):
>   staging: rtl8712: Fixed FSF address warning in basic_types.h
>   staging: rtl8712: Fixed FSF address warning in drv_types.h
>   staging: rtl9712: Fixed FSF address warning in ethernet.h
>   staging: rtl9712: Fixed FSF address warning in hal_init.c
>   staging: rtl9712: Fixed FSF address warning in ieee80211.c
>
>  drivers/staging/rtl8712/basic_types.h | 4 ----
>  drivers/staging/rtl8712/drv_types.h   | 4 ----
>  drivers/staging/rtl8712/ethernet.h    | 4 ----
>  drivers/staging/rtl8712/hal_init.c    | 4 ----
>  drivers/staging/rtl8712/ieee80211.c   | 4 ----
>  5 files changed, 20 deletions(-)
>
> --
> 1.9.1
>
> _______________________________________________
> devel mailing list
> devel@linuxdriverproject.org
> http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

* Re: [PATCH 0/5] staging: rtl8712: Fixed Multiple FSF address checkpatch warnings
  2016-03-20 17:35 ` [PATCH 0/5] staging: rtl8712: Fixed Multiple FSF address checkpatch warnings Roger H Newell
@ 2016-03-20 17:42   ` Parth Sane
  2016-03-20 23:42     ` Joshua Clayton
  0 siblings, 1 reply; 11+ messages in thread
From: Parth Sane @ 2016-03-20 17:42 UTC (permalink / raw)
  To: Roger H Newell
  Cc: Greg KH, open list:STAGING SUBSYSTEM, florian.c.schilhabel,
	punitvara, stillcompiling, bhaktipriya96, linux-kernel, luisbg,
	Larry.Finger

[-- Attachment #1: Type: text/plain, Size: 962 bytes --]

> Fixed Multiple FSF address checkpatch warnings to conform to kernel coding style.
> 
> Parth Sane (5):
>  staging: rtl8712: Fixed FSF address warning in basic_types.h
>  staging: rtl8712: Fixed FSF address warning in drv_types.h
>  staging: rtl9712: Fixed FSF address warning in ethernet.h
>  staging: rtl9712: Fixed FSF address warning in hal_init.c
>  staging: rtl9712: Fixed FSF address warning in ieee80211.c
> 
> drivers/staging/rtl8712/basic_types.h | 4 ----
> drivers/staging/rtl8712/drv_types.h   | 4 ----
> drivers/staging/rtl8712/ethernet.h    | 4 ----
> drivers/staging/rtl8712/hal_init.c    | 4 ----
> drivers/staging/rtl8712/ieee80211.c   | 4 ----
> 5 files changed, 20 deletions(-)
> 
> --
> 1.9.1
Hi,
The thing is all these patches are related and have a cover letter explaining changes. But this seems to be a trivial change which is self explanatory.
This should possibly suffice. What do you think?
Regards,
Parth Sane

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 842 bytes --]

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

* Re: [PATCH 0/5] staging: rtl8712: Fixed Multiple FSF address checkpatch warnings
  2016-03-20 17:42   ` Parth Sane
@ 2016-03-20 23:42     ` Joshua Clayton
  0 siblings, 0 replies; 11+ messages in thread
From: Joshua Clayton @ 2016-03-20 23:42 UTC (permalink / raw)
  To: Parth Sane
  Cc: Roger H Newell, Greg KH, open list:STAGING SUBSYSTEM,
	florian.c.schilhabel, punitvara, bhaktipriya96, linux-kernel,
	luisbg, Larry.Finger

On Sunday, March 20, 2016 11:12:32 PM Parth Sane wrote:
> > Fixed Multiple FSF address checkpatch warnings to conform to kernel coding style.
> > 
> > Parth Sane (5):
> >  staging: rtl8712: Fixed FSF address warning in basic_types.h
> >  staging: rtl8712: Fixed FSF address warning in drv_types.h
> >  staging: rtl9712: Fixed FSF address warning in ethernet.h
> >  staging: rtl9712: Fixed FSF address warning in hal_init.c
> >  staging: rtl9712: Fixed FSF address warning in ieee80211.c
> > 
> > drivers/staging/rtl8712/basic_types.h | 4 ----
> > drivers/staging/rtl8712/drv_types.h   | 4 ----
> > drivers/staging/rtl8712/ethernet.h    | 4 ----
> > drivers/staging/rtl8712/hal_init.c    | 4 ----
> > drivers/staging/rtl8712/ieee80211.c   | 4 ----
> > 5 files changed, 20 deletions(-)
> > 
> > --
> > 1.9.1
> Hi,
> The thing is all these patches are related and have a cover letter explaining changes. But this seems to be a trivial change which is self explanatory.
> This should possibly suffice. What do you think?
> Regards,
> Parth Sane
The cover letter does not end up in the repository.
A cover letter can be helpful, but is not required.
You MUST, however add a descriptive commit message to
each patch for them to be accepted into the kernel.
See Documentation/SubmittingPatches in the kernel sources.

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

* Re: [PATCH 0/5] staging: rtl8712: Fixed Multiple FSF address checkpatch warnings
  2016-03-20 15:58 [PATCH 0/5] staging: rtl8712: Fixed Multiple FSF address checkpatch warnings Parth Sane
                   ` (5 preceding siblings ...)
  2016-03-20 17:35 ` [PATCH 0/5] staging: rtl8712: Fixed Multiple FSF address checkpatch warnings Roger H Newell
@ 2016-03-21 21:27 ` Greg KH
  6 siblings, 0 replies; 11+ messages in thread
From: Greg KH @ 2016-03-21 21:27 UTC (permalink / raw)
  To: Parth Sane
  Cc: Larry.Finger, florian.c.schilhabel, luisbg, bhaktipriya96,
	stillcompiling, punitvara, devel, linux-kernel

On Sun, Mar 20, 2016 at 03:59:09PM +0000, Parth Sane wrote:
> *** BLURB HERE ***

You forgot to fill this out :(

> 
> Parth Sane (5):
>   staging: rtl8712: Fixed FSF address warning in basic_types.h
>   staging: rtl8712: Fixed FSF address warning in drv_types.h
>   staging: rtl9712: Fixed FSF address warning in ethernet.h
>   staging: rtl9712: Fixed FSF address warning in hal_init.c
>   staging: rtl9712: Fixed FSF address warning in ieee80211.c

Your subject lines are refering to an unknown driver :(

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

* Re: [PATCH 1/5] staging: rtl8712: Fixed FSF address warning in basic_types.h
  2016-03-20 15:58 ` [PATCH 1/5] staging: rtl8712: Fixed FSF address warning in basic_types.h Parth Sane
@ 2016-03-21 21:27   ` Greg KH
  0 siblings, 0 replies; 11+ messages in thread
From: Greg KH @ 2016-03-21 21:27 UTC (permalink / raw)
  To: Parth Sane
  Cc: devel, florian.c.schilhabel, punitvara, stillcompiling,
	bhaktipriya96, linux-kernel, luisbg, Larry.Finger

On Sun, Mar 20, 2016 at 03:58:28PM +0000, Parth Sane wrote:
> Signed-off-by: Parth Sane <laerdevstudios@gmail.com>

I can't take patches with no changelog text :(

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

end of thread, other threads:[~2016-03-21 21:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-20 15:58 [PATCH 0/5] staging: rtl8712: Fixed Multiple FSF address checkpatch warnings Parth Sane
2016-03-20 15:58 ` [PATCH 1/5] staging: rtl8712: Fixed FSF address warning in basic_types.h Parth Sane
2016-03-21 21:27   ` Greg KH
2016-03-20 15:58 ` [PATCH 2/5] staging: rtl8712: Fixed FSF address warning in drv_types.h Parth Sane
2016-03-20 15:58 ` [PATCH 3/5] staging: rtl9712: Fixed FSF address warning in ethernet.h Parth Sane
2016-03-20 15:59 ` [PATCH 4/5] staging: rtl9712: Fixed FSF address warning in hal_init.c Parth Sane
2016-03-20 15:59 ` [PATCH 5/5] staging: rtl9712: Fixed FSF address warning in ieee80211.c Parth Sane
2016-03-20 17:35 ` [PATCH 0/5] staging: rtl8712: Fixed Multiple FSF address checkpatch warnings Roger H Newell
2016-03-20 17:42   ` Parth Sane
2016-03-20 23:42     ` Joshua Clayton
2016-03-21 21:27 ` Greg KH

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).