Re: [PATCH 02/15] drm/dp: Remove a gratuituous blank line

2019-10-18 Thread Lyude Paul
Reviewed-by: Lyude Paul On Tue, 2019-10-15 at 16:34 +0200, Thierry Reding wrote: > From: Thierry Reding > > 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

[PATCH 02/15] drm/dp: Remove a gratuituous blank line

2019-10-15 Thread Thierry Reding
From: Thierry Reding 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. v2: fix outdated commit message (Philipp Zabel) Signed-off-by: Thierry Reding --