drm/i915/gen9: Align line continuations in intel_csr.c.
authorDaniel Vetter <[email protected]>
Wed, 28 Oct 2015 21:58:59 +0000 (23:58 +0200)
committerJani Nikula <[email protected]>
Thu, 12 Nov 2015 15:19:54 +0000 (17:19 +0200)
commitf98f70d90e2e206380d75a25491371d29a35263e
tree7cd90f8fcb80854947925ca316f530f51ceb63d0
parent414b7999b8bef3d79c563d8305b1df18da701634
drm/i915/gen9: Align line continuations in intel_csr.c.

Standard is to align continuations of parameter lists and if
conditions to the opening ( in i915 and drm code.

Apply this across the entire file since it was sticking out a bit too
much.

Cc: Damien Lespiau <[email protected]>
Cc: Imre Deak <[email protected]>
Cc: Sunil Kamath <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Signed-off-by: Animesh Manna <[email protected]>
[imre: removed note about reg definitions from the commit message, it's
 not relevant any more]
Signed-off-by: Imre Deak <[email protected]>
Tested-by: Daniel Stone <[email protected]> # SKL
Signed-off-by: Jani Nikula <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/intel_csr.c