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

staging: fbtft: Replace spaces to tab

Spaces at the start of the line, replace the leading space to tabs

Signed-off-by: Charlie Wong Super <1213charlie@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Charlie Wong Super and committed by
Greg Kroah-Hartman
afe11f10 6a7d8a41

+4 -4
+4 -4
drivers/staging/fbtft/fb_st7735r.c
··· 25 25 #include "fbtft.h" 26 26 27 27 #define DRVNAME "fb_st7735r" 28 - #define DEFAULT_GAMMA "0F 1A 0F 18 2F 28 20 22 1F 1B 23 37 00 07 02 10\n" \ 29 - "0F 1B 0F 17 33 2C 29 2E 30 30 39 3F 00 07 03 10" 28 + #define DEFAULT_GAMMA "0F 1A 0F 18 2F 28 20 22 1F 1B 23 37 00 07 02 10\n" \ 29 + "0F 1B 0F 17 33 2C 29 2E 30 30 39 3F 00 07 03 10" 30 30 31 31 32 32 static int default_init_sequence[] = { ··· 119 119 /* MADCTL - Memory data access control 120 120 RGB/BGR: 121 121 1. Mode selection pin SRGB 122 - RGB H/W pin for color filter setting: 0=RGB, 1=BGR 122 + RGB H/W pin for color filter setting: 0=RGB, 1=BGR 123 123 2. MADCTL RGB bit 124 - RGB-BGR ORDER color filter panel: 0=RGB, 1=BGR */ 124 + RGB-BGR ORDER color filter panel: 0=RGB, 1=BGR */ 125 125 switch (par->info->var.rotate) { 126 126 case 0: 127 127 write_reg(par, 0x36, MX | MY | (par->bgr << 3));