[RESEND][PATCH 1/2] staging: sm750fb: trivial comment indention fix.

2019-03-03 Thread Yifeng Li
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 --- drivers/staging/sm750fb/sm750_accel.c | 32

[RESEND][PATCH 2/2] staging: sm750fb: trivial Camel Case removal for setDisplayControl().

2019-03-03 Thread Yifeng Li
Rename the function setDisplayControl() to set_display_control(). This fixes the following checkpatch.pl warning: CHECK: Avoid CamelCase: Suggested-by: Jin Chen Signed-off-by: Jin Chen [to...@tomli.me: resent as trivial patch, reworded the commit message] Signed-off-by: Yifeng Li

[RESEND][PATCH 0/2] staging: sm750fb: trivial style fixes.

2019-03-03 Thread Yifeng Li
be unfeasible. Since they're extremely trivial. Hereby, I picked them up, reworded commit message, and now resubmit them as trivial patches, and send them to triv...@kernel.org. I hope it could be directly applied by either a fbdev, a staging maintainer or by Jiri Kosina. Thanks for your t