staging: fbtft: This patch fixes the checkpatch.pl warning
WARNING: Statements should start on a tabstop Signed-off-by: Prit Raj <prit.adra@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1c41494adf
commit
ea40d674e5
@ -350,8 +350,8 @@ static int write_vmem(struct fbtft_par *par, size_t offset, size_t len)
|
||||
}
|
||||
}
|
||||
|
||||
/* 1 string = 2 pages */
|
||||
for (y = addr_win.ys_page; y <= addr_win.ye_page; ++y) {
|
||||
/* 1 string = 2 pages */
|
||||
for (y = addr_win.ys_page; y <= addr_win.ye_page; ++y) {
|
||||
/* left half of display */
|
||||
if (addr_win.xs < par->info->var.xres / 2) {
|
||||
construct_line_bitmap(par, buf, convert_buf,
|
||||
|
Loading…
Reference in New Issue
Block a user