]> git.baikalelectronics.ru Git - kernel.git/commit
staging: sm750fb: trivial comment indention fix.
authorYifeng Li <tomli@tomli.me>
Sun, 3 Mar 2019 16:55:31 +0000 (00:55 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2019 06:05:21 +0000 (07:05 +0100)
commit97edffb11a8e070fed5831665ffd6dd258ff35ea
tree0cd2d5210ebd6a41040828ec4b06a188bfbb226d
parent2411b460eb975eec89dce69c079d88cf4c7c6553
staging: sm750fb: trivial comment indention fix.

In function sm750_hw_copyarea() of sm750_accel.c, there are
some comments in ASCII graphs, describing 4 possible scenarios
of overlapping areas when copying an area. However, the graphs
have broken indention.

The entire SiliconMotion series video controllers, including
SM501, SM712 and SM750 have similar 2D engines, yet, I have
not seen a single version of it with ASCII graphs properly
formatted...

Fix the the misleading ASCII graphs. It would eliminate the
confusions and improve code readability.

Signed-off-by: Yifeng Li <tomli@tomli.me>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/sm750_accel.c