You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
staging: fbtft: Fix indentation
This fixes the checkpatch message:
CHECK: Alignment should match open parenthesis
#1380: FILE: drivers/staging/fbtft/fbtft-core.c:1380:
+ dev_warn(dev,
+ "no default functions for regwidth=%d and buswidth=%d\n",
Signed-off-by: Luis Gerhorst <linux-kernel@luisgerhorst.de>
Signed-off-by: Jonny Schaefer <schaefer.jonny@gmail.com>
Acked-by: Alexander Wuerstlein <arw@cs.fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7da75cc427
commit
9365f281e2
@@ -1377,8 +1377,8 @@ int fbtft_probe_common(struct fbtft_display *display,
|
||||
par->fbtftops.write_register = fbtft_write_reg16_bus16;
|
||||
else
|
||||
dev_warn(dev,
|
||||
"no default functions for regwidth=%d and buswidth=%d\n",
|
||||
display->regwidth, display->buswidth);
|
||||
"no default functions for regwidth=%d and buswidth=%d\n",
|
||||
display->regwidth, display->buswidth);
|
||||
|
||||
/* write_vmem() functions */
|
||||
if (display->buswidth == 8)
|
||||
|
||||
Reference in New Issue
Block a user