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


Groups > linux.kernel > #1361592 > unrolled thread

[PATCH v2 0/5] staging: rtl8712: Fixed checkpatch warning due to FSF address block

Started byParth Sane <laerdevstudios@gmail.com>
First post2016-03-21 09:20 +0100
Last post2016-03-21 22:30 +0100
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/5] staging: rtl8712: Fixed checkpatch warning due to FSF address block Parth Sane <laerdevstudios@gmail.com> - 2016-03-21 09:20 +0100
    [PATCH v2 3/5] staging: rtl9712: Fixed FSF address warning in ethernet.h Parth Sane <laerdevstudios@gmail.com> - 2016-03-21 09:20 +0100
      Re: [PATCH v2 3/5] staging: rtl9712: Fixed FSF address warning in  ethernet.h Greg KH <gregkh@linuxfoundation.org> - 2016-03-21 22:30 +0100

#1361592 — [PATCH v2 0/5] staging: rtl8712: Fixed checkpatch warning due to FSF address block

FromParth Sane <laerdevstudios@gmail.com>
Date2016-03-21 09:20 +0100
Subject[PATCH v2 0/5] staging: rtl8712: Fixed checkpatch warning due to FSF address block
Message-ID<rf3e9-2Ra-3@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1361594 — [PATCH v2 3/5] staging: rtl9712: Fixed FSF address warning in ethernet.h

FromParth Sane <laerdevstudios@gmail.com>
Date2016-03-21 09:20 +0100
Subject[PATCH v2 3/5] staging: rtl9712: Fixed FSF address warning in ethernet.h
Message-ID<rf3eb-2Ra-35@gated-at.bofh.it>
In reply to#1361592
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

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


#1362157 — Re: [PATCH v2 3/5] staging: rtl9712: Fixed FSF address warning in ethernet.h

FromGreg KH <gregkh@linuxfoundation.org>
Date2016-03-21 22:30 +0100
SubjectRe: [PATCH v2 3/5] staging: rtl9712: Fixed FSF address warning in ethernet.h
Message-ID<rffyF-2WC-1@gated-at.bofh.it>
In reply to#1361594
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 :(

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web