Re: [PATCH] DRM: ast: Fixed coding style issues of ast_mode.c

2021-08-01 Thread Thomas Zimmermann
Hi Am 31.07.21 um 02:53 schrieb Gregory Williams: 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 Added to drm-misc-next. Thanks for

[PATCH] DRM: ast: Fixed coding style issues of ast_mode.c

2021-07-30 Thread Gregory Williams
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 --- drivers/gpu/drm/ast/ast_mode.c | 31 --- 1 file change