summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/fb_hx8357d.h
diff options
context:
space:
mode:
authorEva Rachel Retuya <eraretuya@gmail.com>2016-02-10 17:56:06 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-11 19:54:36 -0800
commite0246ea37406fe0e6c794567e721b26aa8f0c831 (patch)
treebec7c2fa3d00f59c14c29e473463a1689a78138d /drivers/staging/fbtft/fb_hx8357d.h
parent60112069a9fce40025929d3ecd908c2f628ce931 (diff)
downloadop-kernel-dev-e0246ea37406fe0e6c794567e721b26aa8f0c831.zip
op-kernel-dev-e0246ea37406fe0e6c794567e721b26aa8f0c831.tar.gz
staging: fbtft: Fix block comments according to kernel coding style
Add the required trailing * on subsequent lines as well as move the */ on a separate line. Checkpatch found this issue. Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fbtft/fb_hx8357d.h')
-rw-r--r--drivers/staging/fbtft/fb_hx8357d.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/drivers/staging/fbtft/fb_hx8357d.h b/drivers/staging/fbtft/fb_hx8357d.h
index 2b014eb..e281921 100644
--- a/drivers/staging/fbtft/fb_hx8357d.h
+++ b/drivers/staging/fbtft/fb_hx8357d.h
@@ -1,17 +1,17 @@
-/***************************************************
- This is our library for the Adafruit ILI9341 Breakout and Shield
- ----> http://www.adafruit.com/products/1651
-
- Check out the links above for our tutorials and wiring diagrams
- These displays use SPI to communicate, 4 or 5 pins are required to
- interface (RST is optional)
- Adafruit invests time and resources providing this open source code,
- please support Adafruit and open-source hardware by purchasing
- products from Adafruit!
-
- Written by Limor Fried/Ladyada for Adafruit Industries.
- MIT license, all text above must be included in any redistribution
- ****************************************************/
+/*
+ * This is our library for the Adafruit ILI9341 Breakout and Shield
+ * ----> http://www.adafruit.com/products/1651
+ *
+ * Check out the links above for our tutorials and wiring diagrams
+ * These displays use SPI to communicate, 4 or 5 pins are required to
+ * interface (RST is optional)
+ * Adafruit invests time and resources providing this open source code,
+ * please support Adafruit and open-source hardware by purchasing
+ * products from Adafruit!
+ *
+ * Written by Limor Fried/Ladyada for Adafruit Industries.
+ * MIT license, all text above must be included in any redistribution
+ */
#ifndef __HX8357_H__
#define __HX8357_H__
OpenPOWER on IntegriCloud