Staging: fbtft: remove trailing whitespace

This patch fixes checkpatch.pl error trailing whitespace.

Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Melike Yurtoglu 2015-02-19 20:56:48 +02:00 committed by Greg Kroah-Hartman
parent 54a8de19a0
commit b6935e2911

View file

@ -9,20 +9,20 @@ Development is done on a Raspberry Pi running the Raspbian "wheezy" distribution
INSTALLATION INSTALLATION
Download kernel sources Download kernel sources
From Linux 3.15 From Linux 3.15
cd drivers/video/fbdev/fbtft cd drivers/video/fbdev/fbtft
git clone https://github.com/notro/fbtft.git git clone https://github.com/notro/fbtft.git
Add to drivers/video/fbdev/Kconfig: source "drivers/video/fbdev/fbtft/Kconfig" Add to drivers/video/fbdev/Kconfig: source "drivers/video/fbdev/fbtft/Kconfig"
Add to drivers/video/fbdev/Makefile: obj-y += fbtft/ Add to drivers/video/fbdev/Makefile: obj-y += fbtft/
Before Linux 3.15 Before Linux 3.15
cd drivers/video cd drivers/video
git clone https://github.com/notro/fbtft.git git clone https://github.com/notro/fbtft.git
Add to drivers/video/Kconfig: source "drivers/video/fbtft/Kconfig" Add to drivers/video/Kconfig: source "drivers/video/fbtft/Kconfig"
Add to drivers/video/Makefile: obj-y += fbtft/ Add to drivers/video/Makefile: obj-y += fbtft/
Enable driver(s) in menuconfig and build the kernel Enable driver(s) in menuconfig and build the kernel