staging: fbtft: fb_s6d02a1.c: Fix checkpatch warning
Fix checkpatch.pl warning: Block comments use * on subsequent lines Block comments use a trailing */ on a separate line Signed-off-by: Anson Jacob <ansonjacob.aj@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
bd83585d2d
commit
8c21f39cb5
@ -113,12 +113,14 @@ static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye)
|
|||||||
#define MV BIT(5)
|
#define MV BIT(5)
|
||||||
static int set_var(struct fbtft_par *par)
|
static int set_var(struct fbtft_par *par)
|
||||||
{
|
{
|
||||||
/* Memory data access control (0x36h)
|
/*
|
||||||
RGB/BGR:
|
* Memory data access control (0x36h)
|
||||||
1. Mode selection pin SRGB
|
* RGB/BGR:
|
||||||
RGB H/W pin for color filter setting: 0=RGB, 1=BGR
|
* 1. Mode selection pin SRGB
|
||||||
2. MADCTL RGB bit
|
* RGB H/W pin for color filter setting: 0=RGB, 1=BGR
|
||||||
RGB-BGR ORDER color filter panel: 0=RGB, 1=BGR */
|
* 2. MADCTL RGB bit
|
||||||
|
* RGB-BGR ORDER color filter panel: 0=RGB, 1=BGR
|
||||||
|
*/
|
||||||
switch (par->info->var.rotate) {
|
switch (par->info->var.rotate) {
|
||||||
case 0:
|
case 0:
|
||||||
write_reg(par, MIPI_DCS_SET_ADDRESS_MODE,
|
write_reg(par, MIPI_DCS_SET_ADDRESS_MODE,
|
||||||
|
Loading…
Reference in New Issue
Block a user