of: overlay: Remove blank line between assignment and check
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 31 Dec 2019 13:46:44 +0000 (14:46 +0100)
committerRob Herring <robh@kernel.org>
Wed, 8 Jan 2020 16:49:23 +0000 (10:49 -0600)
commit628d0e1cb7be79a20d2aca568411809e11ea343e
treef008970dc311614fe8d6d06a7d1365bbddac640e
parent3d7558bf2603159a51188842a0e221f2eaff5d72
of: overlay: Remove blank line between assignment and check

There used to be blank lines between assignment and check of the
__of_changeset_revert_entries() result, to make the phandle cache
management operations stand out.  After the removal of those operations
in commit 90dc0d1ce890419f ("of: Rework and simplify phandle cache to
use a fixed size"), there is no longer a reason to have such a blank
line.

Remove the blank line, to rejoin visibly the status assignement and
check, and to match coding style.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/overlay.c