Skip to content

Commit 4e5d74f

Browse files
Huiquan Dengojeda
authored andcommitted
auxdisplay: cfag12864bfb: code indent should use tabs where possible
Resolves the checkpatch error. Signed-off-by: Huiquan Deng <[email protected]> [reworded and avoid moving the line] Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 1515b84 commit 4e5d74f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/auxdisplay/cfag12864bfb.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ static const struct fb_var_screeninfo cfag12864bfb_var = {
3838
.yres_virtual = CFAG12864B_HEIGHT,
3939
.bits_per_pixel = 1,
4040
.red = { 0, 1, 0 },
41-
.green = { 0, 1, 0 },
42-
.blue = { 0, 1, 0 },
41+
.green = { 0, 1, 0 },
42+
.blue = { 0, 1, 0 },
4343
.left_margin = 0,
4444
.right_margin = 0,
4545
.upper_margin = 0,
@@ -67,7 +67,7 @@ static const struct fb_ops cfag12864bfb_ops = {
6767
static int cfag12864bfb_probe(struct platform_device *device)
6868
{
6969
int ret = -EINVAL;
70-
struct fb_info *info = framebuffer_alloc(0, &device->dev);
70+
struct fb_info *info = framebuffer_alloc(0, &device->dev);
7171

7272
if (!info)
7373
goto none;

0 commit comments

Comments
 (0)