Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Melike Yurtoglu and committed by
Greg Kroah-Hartman
b6935e29 54a8de19

+6 -6
+6 -6
drivers/staging/fbtft/README
··· 9 9 INSTALLATION 10 10 Download kernel sources 11 11 12 - From Linux 3.15 12 + From Linux 3.15 13 13 cd drivers/video/fbdev/fbtft 14 14 git clone https://github.com/notro/fbtft.git 15 - 15 + 16 16 Add to drivers/video/fbdev/Kconfig: source "drivers/video/fbdev/fbtft/Kconfig" 17 17 Add to drivers/video/fbdev/Makefile: obj-y += fbtft/ 18 - 19 - Before Linux 3.15 18 + 19 + Before Linux 3.15 20 20 cd drivers/video 21 21 git clone https://github.com/notro/fbtft.git 22 - 22 + 23 23 Add to drivers/video/Kconfig: source "drivers/video/fbtft/Kconfig" 24 24 Add to drivers/video/Makefile: obj-y += fbtft/ 25 - 25 + 26 26 Enable driver(s) in menuconfig and build the kernel 27 27 28 28