commit | 2980426a779f227ffcac342240b0c3ca3d386da8 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Oct 21 16:34:26 2019 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Wed Oct 23 18:18:45 2019 +0200 |
tree | 026acd942c5a96e36417bc71f4a05b32c5cfedce | |
parent | 80664f759b5cff339197cca33ef4e991beef5819 [diff] |
drm/dp: Remove a gratuituous blank line It's idiomatic to check the return value of a function call immediately after the function call, without any blank lines in between, to make it more obvious that the two lines belong together. Reviewed-by: Lyude Paul <lyude@redhat.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191021143437.1477719-3-thierry.reding@gmail.com