OSDN Git Service

drm/i915/gen9: Align line continuations in intel_csr.c.
authorDaniel Vetter <daniel.vetter@intel.com>
Wed, 28 Oct 2015 21:58:59 +0000 (23:58 +0200)
committerJani Nikula <jani.nikula@intel.com>
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 <damien.lespiau@intel.com>
Cc: Imre Deak <imre.deak@intel.com>
Cc: Sunil Kamath <sunil.kamath@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Signed-off-by: Animesh Manna <animesh.manna@intel.com>
[imre: removed note about reg definitions from the commit message, it's
 not relevant any more]
Signed-off-by: Imre Deak <imre.deak@intel.com>
Tested-by: Daniel Stone <daniels@collabora.com> # SKL
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1446069547-24760-6-git-send-email-imre.deak@intel.com
drivers/gpu/drm/i915/intel_csr.c