]> git.baikalelectronics.ru Git - kernel.git/commit
DRM: ast: Fixed coding style issues of ast_mode.c
authorGregory Williams <gregwills85@gmail.com>
Sat, 31 Jul 2021 00:53:28 +0000 (20:53 -0400)
committerThomas Zimmermann <tzimmermann@suse.de>
Sun, 1 Aug 2021 10:12:36 +0000 (12:12 +0200)
commit73e204c831f138d3fc203ae4d1e87190b201cef0
tree8db7671454b1881038da67dc0b10f0eb6113d2a2
parent8f6cbcb4ad99818aa4c76c5e9c20d2a499a09213
DRM: ast: Fixed coding style issues of ast_mode.c

Removed space before comma, fixed if statements by putting trailing
statements on new line, fixed unsigned int declaration, and removed
not needed else statement after return.

Signed-off-by: Gregory Williams <gregwills85@gmail.com>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20210731005328.GA19016@devbox
drivers/gpu/drm/ast/ast_mode.c