OSDN Git Service

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)
commit6c9bd4432b252765b38bfc0bbe4847f43604f06e
tree8db7671454b1881038da67dc0b10f0eb6113d2a2
parent9746f5fe70aa16182bcb505265c4800365438585
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