Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1362219 > unrolled thread
| Started by | Parth Sane <laerdevstudios@gmail.com> |
|---|---|
| First post | 2016-03-22 00:50 +0100 |
| Last post | 2016-03-22 00:50 +0100 |
| Articles | 6 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH v3 0/5] staging: rtl8712: Fixed multiple checkpatch FSF address warnings Parth Sane <laerdevstudios@gmail.com> - 2016-03-22 00:50 +0100
[PATCH v3 1/5] staging: rtl8712: Fixed FSF address warning in basic_types.h Parth Sane <laerdevstudios@gmail.com> - 2016-03-22 00:50 +0100
[PATCH v3 5/5] staging: rtl8712: Fixed FSF address warning in ieee80211.c Parth Sane <laerdevstudios@gmail.com> - 2016-03-22 00:50 +0100
[PATCH v3 4/5] staging: rtl8712: Fixed FSF address warning in hal_init.c Parth Sane <laerdevstudios@gmail.com> - 2016-03-22 00:50 +0100
[PATCH v3 3/5] staging: rtl8712: Fixed FSF address warning in ethernet.h Parth Sane <laerdevstudios@gmail.com> - 2016-03-22 00:50 +0100
[PATCH v3 2/5] staging: rtl8712: Fixed FSF address warning in drv_types.h Parth Sane <laerdevstudios@gmail.com> - 2016-03-22 00:50 +0100
| From | Parth Sane <laerdevstudios@gmail.com> |
|---|---|
| Date | 2016-03-22 00:50 +0100 |
| Subject | [PATCH v3 0/5] staging: rtl8712: Fixed multiple checkpatch FSF address warnings |
| Message-ID | <rfhK9-4mP-1@gated-at.bofh.it> |
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: rtl8712: Fixed FSF address warning in ethernet.h staging: rtl8712: Fixed FSF address warning in hal_init.c staging: rtl8712: 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]
| From | Parth Sane <laerdevstudios@gmail.com> |
|---|---|
| Date | 2016-03-22 00:50 +0100 |
| Subject | [PATCH v3 1/5] staging: rtl8712: Fixed FSF address warning in basic_types.h |
| Message-ID | <rfhK9-4mP-9@gated-at.bofh.it> |
| In reply to | #1362219 |
Fixed checkpatch warning after removing FSF address paragraph as per guidelines. Signed-off-by: Parth Sane <laerdevstudios@gmail.com> --- Changes in v3: - Fixed subject - Fixed 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
[toc] | [prev] | [next] | [standalone]
| From | Parth Sane <laerdevstudios@gmail.com> |
|---|---|
| Date | 2016-03-22 00:50 +0100 |
| Subject | [PATCH v3 5/5] staging: rtl8712: Fixed FSF address warning in ieee80211.c |
| Message-ID | <rfhK9-4mP-11@gated-at.bofh.it> |
| In reply to | #1362219 |
Fixed checkpatch warning after removing FSF address block as per guidelines. Signed-off-by: Parth Sane <laerdevstudios@gmail.com> --- Changes in v3: - Fixed subject - Fixed 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
[toc] | [prev] | [next] | [standalone]
| From | Parth Sane <laerdevstudios@gmail.com> |
|---|---|
| Date | 2016-03-22 00:50 +0100 |
| Subject | [PATCH v3 4/5] staging: rtl8712: Fixed FSF address warning in hal_init.c |
| Message-ID | <rfhKa-4mP-15@gated-at.bofh.it> |
| In reply to | #1362219 |
Fixed checkpatch warning after removing FSF address block as per guidelines. Signed-off-by: Parth Sane <laerdevstudios@gmail.com> --- Changes in v3: - Fixed subject - Fixed 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
[toc] | [prev] | [next] | [standalone]
| From | Parth Sane <laerdevstudios@gmail.com> |
|---|---|
| Date | 2016-03-22 00:50 +0100 |
| Subject | [PATCH v3 3/5] staging: rtl8712: Fixed FSF address warning in ethernet.h |
| Message-ID | <rfhKa-4mP-19@gated-at.bofh.it> |
| In reply to | #1362219 |
Fixed checkpatch warning after removing FSF address block as per guidelines. Signed-off-by: Parth Sane <laerdevstudios@gmail.com> --- Changes in v3: - Fixed subject - Fixed 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]
| From | Parth Sane <laerdevstudios@gmail.com> |
|---|---|
| Date | 2016-03-22 00:50 +0100 |
| Subject | [PATCH v3 2/5] staging: rtl8712: Fixed FSF address warning in drv_types.h |
| Message-ID | <rfhKa-4mP-21@gated-at.bofh.it> |
| In reply to | #1362219 |
Fixed checkpatch warning after removing FSF address block as per guidelines. Signed-off-by: Parth Sane <laerdevstudios@gmail.com> --- Changes in v3: - Fixed subject - Fixed 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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web