All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] staging: rtl8712: Fixed checkpatch warning due to FSF address block
@ 2016-03-21  8:17 Parth Sane
  2016-03-21  8:17 ` [PATCH v2 1/5] staging: rtl8712: Fixed FSF address warning in basic_types.h Parth Sane
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Parth Sane @ 2016-03-21  8:17 UTC (permalink / raw)
  To: laerdevstudios, gregkh
  Cc: Larry.Finger, florian.c.schilhabel, luisbg, bhaktipriya96,
	stillcompiling, punitvara, devel, linux-kernel

Fixed checkpatch warning caused due to FSF address block.
Linux already has a copy of the GPL, so as per checkpatch this address block is
unnecessary.

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] 9+ messages in thread

* [PATCH v2 1/5] staging: rtl8712: Fixed FSF address warning in basic_types.h
  2016-03-21  8:17 [PATCH v2 0/5] staging: rtl8712: Fixed checkpatch warning due to FSF address block Parth Sane
@ 2016-03-21  8:17 ` Parth Sane
  2016-03-21  8:17 ` [PATCH v2 2/5] staging: rtl8712: Fixed FSF address warning in drv_types.h Parth Sane
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Parth Sane @ 2016-03-21  8:17 UTC (permalink / raw)
  To: laerdevstudios, gregkh
  Cc: Larry.Finger, florian.c.schilhabel, luisbg, bhaktipriya96,
	stillcompiling, punitvara, devel, linux-kernel

Fixed checkpatch check caused by FSF address paragraph as per guidelines.

Signed-off-by: Parth Sane <laerdevstudios@gmail.com>
---
Changes in v2:
	- Added commit message
 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] 9+ messages in thread

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

Fixed checkpatch check caused by FSF address paragraph as per guidelines.

Signed-off-by: Parth Sane <laerdevstudios@gmail.com>
---
Changes in v2:
	- Added commit message

 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] 9+ messages in thread

* [PATCH v2 3/5] staging: rtl9712: Fixed FSF address warning in ethernet.h
  2016-03-21  8:17 [PATCH v2 0/5] staging: rtl8712: Fixed checkpatch warning due to FSF address block Parth Sane
  2016-03-21  8:17 ` [PATCH v2 1/5] staging: rtl8712: Fixed FSF address warning in basic_types.h Parth Sane
  2016-03-21  8:17 ` [PATCH v2 2/5] staging: rtl8712: Fixed FSF address warning in drv_types.h Parth Sane
@ 2016-03-21  8:17 ` Parth Sane
  2016-03-21 21:27   ` Greg KH
  2016-03-21  8:17 ` [PATCH v2 4/5] staging: rtl9712: Fixed FSF address warning in hal_init.c Parth Sane
  2016-03-21  8:17 ` [PATCH v2 5/5] staging: rtl9712: Fixed FSF address warning in ieee80211.c Parth Sane
  4 siblings, 1 reply; 9+ messages in thread
From: Parth Sane @ 2016-03-21  8:17 UTC (permalink / raw)
  To: laerdevstudios, gregkh
  Cc: Larry.Finger, florian.c.schilhabel, luisbg, bhaktipriya96,
	stillcompiling, punitvara, devel, linux-kernel

Fixed checkpatch check caused by FSF address paragraph as per guidelines.

Signed-off-by: Parth Sane <laerdevstudios@gmail.com>
---
Changes in v2:
	- Added commit message

 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] 9+ messages in thread

* [PATCH v2 4/5] staging: rtl9712: Fixed FSF address warning in hal_init.c
  2016-03-21  8:17 [PATCH v2 0/5] staging: rtl8712: Fixed checkpatch warning due to FSF address block Parth Sane
                   ` (2 preceding siblings ...)
  2016-03-21  8:17 ` [PATCH v2 3/5] staging: rtl9712: Fixed FSF address warning in ethernet.h Parth Sane
@ 2016-03-21  8:17 ` Parth Sane
  2016-03-21 21:27   ` Greg KH
  2016-03-21  8:17 ` [PATCH v2 5/5] staging: rtl9712: Fixed FSF address warning in ieee80211.c Parth Sane
  4 siblings, 1 reply; 9+ messages in thread
From: Parth Sane @ 2016-03-21  8:17 UTC (permalink / raw)
  To: laerdevstudios, gregkh
  Cc: Larry.Finger, florian.c.schilhabel, luisbg, bhaktipriya96,
	stillcompiling, punitvara, devel, linux-kernel

Fixed checkpatch warning caused due to FSF address block as per guidelines.

Signed-off-by: Parth Sane <laerdevstudios@gmail.com>
---
Changes in v2:
	- Added commit message.

 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] 9+ messages in thread

* [PATCH v2 5/5] staging: rtl9712: Fixed FSF address warning in ieee80211.c
  2016-03-21  8:17 [PATCH v2 0/5] staging: rtl8712: Fixed checkpatch warning due to FSF address block Parth Sane
                   ` (3 preceding siblings ...)
  2016-03-21  8:17 ` [PATCH v2 4/5] staging: rtl9712: Fixed FSF address warning in hal_init.c Parth Sane
@ 2016-03-21  8:17 ` Parth Sane
  2016-03-21 21:28   ` Greg KH
  4 siblings, 1 reply; 9+ messages in thread
From: Parth Sane @ 2016-03-21  8:17 UTC (permalink / raw)
  To: laerdevstudios, gregkh
  Cc: Larry.Finger, florian.c.schilhabel, luisbg, bhaktipriya96,
	stillcompiling, punitvara, devel, linux-kernel

Fixed checkpatch warning caused to FSF address block as per guidelines.

Signed-off-by: Parth Sane <laerdevstudios@gmail.com>
---
Changes in v2:
	- Added commit message

 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] 9+ messages in thread

* Re: [PATCH v2 3/5] staging: rtl9712: Fixed FSF address warning in ethernet.h
  2016-03-21  8:17 ` [PATCH v2 3/5] staging: rtl9712: Fixed FSF address warning in ethernet.h Parth Sane
@ 2016-03-21 21:27   ` Greg KH
  0 siblings, 0 replies; 9+ 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 Mon, Mar 21, 2016 at 08:17:34AM +0000, Parth Sane wrote:
> Fixed checkpatch check caused by FSF address paragraph as per guidelines.
> 
> Signed-off-by: Parth Sane <laerdevstudios@gmail.com>

Your subject is not correct :(

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

* Re: [PATCH v2 4/5] staging: rtl9712: Fixed FSF address warning in hal_init.c
  2016-03-21  8:17 ` [PATCH v2 4/5] staging: rtl9712: Fixed FSF address warning in hal_init.c Parth Sane
@ 2016-03-21 21:27   ` Greg KH
  0 siblings, 0 replies; 9+ 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 Mon, Mar 21, 2016 at 08:17:35AM +0000, Parth Sane wrote:
> Fixed checkpatch warning caused due to FSF address block as per guidelines.
> 
> Signed-off-by: Parth Sane <laerdevstudios@gmail.com>
> ---
> Changes in v2:
> 	- Added commit message.

Incorrect subject :(

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

* Re: [PATCH v2 5/5] staging: rtl9712: Fixed FSF address warning in ieee80211.c
  2016-03-21  8:17 ` [PATCH v2 5/5] staging: rtl9712: Fixed FSF address warning in ieee80211.c Parth Sane
@ 2016-03-21 21:28   ` Greg KH
  0 siblings, 0 replies; 9+ messages in thread
From: Greg KH @ 2016-03-21 21:28 UTC (permalink / raw)
  To: Parth Sane
  Cc: devel, florian.c.schilhabel, punitvara, stillcompiling,
	bhaktipriya96, linux-kernel, luisbg, Larry.Finger

On Mon, Mar 21, 2016 at 08:17:36AM +0000, Parth Sane wrote:
> Fixed checkpatch warning caused to FSF address block as per guidelines.
> 
> Signed-off-by: Parth Sane <laerdevstudios@gmail.com>
> ---
> Changes in v2:
> 	- Added commit message

Incorrect subject :(

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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-21  8:17 [PATCH v2 0/5] staging: rtl8712: Fixed checkpatch warning due to FSF address block Parth Sane
2016-03-21  8:17 ` [PATCH v2 1/5] staging: rtl8712: Fixed FSF address warning in basic_types.h Parth Sane
2016-03-21  8:17 ` [PATCH v2 2/5] staging: rtl8712: Fixed FSF address warning in drv_types.h Parth Sane
2016-03-21  8:17 ` [PATCH v2 3/5] staging: rtl9712: Fixed FSF address warning in ethernet.h Parth Sane
2016-03-21 21:27   ` Greg KH
2016-03-21  8:17 ` [PATCH v2 4/5] staging: rtl9712: Fixed FSF address warning in hal_init.c Parth Sane
2016-03-21 21:27   ` Greg KH
2016-03-21  8:17 ` [PATCH v2 5/5] staging: rtl9712: Fixed FSF address warning in ieee80211.c Parth Sane
2016-03-21 21:28   ` 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.