]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit21517c461d2d97f8f23c9a54a86885c92fe93c45
treef008970dc311614fe8d6d06a7d1365bbddac640e
parentda1ee3042e2bc412a324f154236a00164a276d77
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 198b113677abbd80 ("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