Re: [PATCH v2] staging/fbtft : Remove FSF mailing address

2015-09-02 Thread Greg KH
On Wed, Sep 02, 2015 at 06:28:34PM -0700, Anish Bhatt wrote:
> checkpatch.pl recommends that this is no longer required.
> Also replaces ASCII-art copyright notice with simple text
> 
> v2: Fix encoding issues accidentally introduced in git send-email

This shouldn't be in the changelog section, it should be below the ---
so that it doesn't show up in the final commit.

third try?
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH v2] staging/fbtft : Remove FSF mailing address

2015-09-02 Thread Anish Bhatt
checkpatch.pl recommends that this is no longer required.
Also replaces ASCII-art copyright notice with simple text

v2: Fix encoding issues accidentally introduced in git send-email

Signed-off-by: Anish Bhatt 
---
 drivers/staging/fbtft/fb_bd663474.c  |  4 
 drivers/staging/fbtft/fb_hx8340bn.c  |  4 
 drivers/staging/fbtft/fb_hx8347d.c   |  4 
 drivers/staging/fbtft/fb_hx8353d.c   |  4 
 drivers/staging/fbtft/fb_hx8357d.c   |  3 ---
 drivers/staging/fbtft/fb_ili9320.c   |  4 
 drivers/staging/fbtft/fb_ili9325.c   |  4 
 drivers/staging/fbtft/fb_ili9340.c   |  4 
 drivers/staging/fbtft/fb_ili9341.c   |  4 
 drivers/staging/fbtft/fb_ili9481.c   |  4 
 drivers/staging/fbtft/fb_ili9486.c   |  4 
 drivers/staging/fbtft/fb_pcd8544.c   |  4 
 drivers/staging/fbtft/fb_ra8875.c| 24 
 drivers/staging/fbtft/fb_s6d02a1.c   |  4 
 drivers/staging/fbtft/fb_s6d1121.c   |  4 
 drivers/staging/fbtft/fb_ssd1289.c   |  4 
 drivers/staging/fbtft/fb_ssd1306.c   |  4 
 drivers/staging/fbtft/fb_st7735r.c   |  4 
 drivers/staging/fbtft/fb_tinylcd.c   |  4 
 drivers/staging/fbtft/fb_tls8204.c   |  4 
 drivers/staging/fbtft/fb_uc1701.c|  4 
 drivers/staging/fbtft/fb_upd161704.c |  4 
 drivers/staging/fbtft/fb_watterott.c |  4 
 drivers/staging/fbtft/fbtft-core.c   |  4 
 drivers/staging/fbtft/fbtft.h|  4 
 drivers/staging/fbtft/fbtft_device.c |  4 
 26 files changed, 4 insertions(+), 119 deletions(-)

diff --git a/drivers/staging/fbtft/fb_bd663474.c 
b/drivers/staging/fbtft/fb_bd663474.c
index 17a2162..deb069f 100644
--- a/drivers/staging/fbtft/fb_bd663474.c
+++ b/drivers/staging/fbtft/fb_bd663474.c
@@ -16,10 +16,6 @@
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or 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., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
 #include 
diff --git a/drivers/staging/fbtft/fb_hx8340bn.c 
b/drivers/staging/fbtft/fb_hx8340bn.c
index 54528aa..c5b2e51 100644
--- a/drivers/staging/fbtft/fb_hx8340bn.c
+++ b/drivers/staging/fbtft/fb_hx8340bn.c
@@ -17,10 +17,6 @@
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or 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., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
 #include 
diff --git a/drivers/staging/fbtft/fb_hx8347d.c 
b/drivers/staging/fbtft/fb_hx8347d.c
index 03ae95b..42fed64 100644
--- a/drivers/staging/fbtft/fb_hx8347d.c
+++ b/drivers/staging/fbtft/fb_hx8347d.c
@@ -14,10 +14,6 @@
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or 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., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
 #include 
diff --git a/drivers/staging/fbtft/fb_hx8353d.c 
b/drivers/staging/fbtft/fb_hx8353d.c
index d7f4308..79e7ebc 100644
--- a/drivers/staging/fbtft/fb_hx8353d.c
+++ b/drivers/staging/fbtft/fb_hx8353d.c
@@ -13,10 +13,6 @@
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or 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., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
 #include 
diff --git a/drivers/staging/fbtft/fb_hx8357d.c 
b/drivers/staging/fbtft/fb_hx8357d.c
index 8c7bb3a..1b0a29d 100644
--- a/drivers/staging/fbtft/fb_hx8357d.c
+++ b/drivers/staging/fbtft/fb_hx8357d.c
@@ -16,9 +16,6 @@
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or 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, see .
  */
 
 #include 
diff --git a/drivers/staging/fbtft/fb_ili9320.c 
b/drivers/staging/fbtft/fb_ili9320.c
index ef4fa6b..edcd79c 100644
--- a/drivers/staging/fbtft/fb_ili9320.c
+++ b/drivers/staging/fbtft/fb_ili9320.c
@@ -12,10 +12,6 @@
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have