drm/via: Make macros readable in the via_3d_reg header
authorSam Ravnborg <sam@ravnborg.org>
Wed, 13 Jul 2022 17:02:01 +0000 (19:02 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Sat, 16 Jul 2022 07:32:13 +0000 (09:32 +0200)
commit3579ca95759e40f3868ad5a75b4c34710858ad2b
tree6bedd18265bf8c8240f1234a66911224e579d5c0
parente1df7580bb2947a2fcff80d4342eb4ededbf4873
drm/via: Make macros readable in the via_3d_reg header

The macros for texture 1 setting all used continuation on a new line,
resulting in a highly ureadable definition.
Merge the lines so they are each on a single line.

As a nice side-effect this fixes a number of checkpatch warnings:
"WARNING: please, no spaces at the start of a line".

Suggested-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Kevin Brace <kevinbrace@bracecomputerlab.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220713170202.1798216-13-sam@ravnborg.org
drivers/gpu/drm/via/via_3d_reg.h