phy: core: fix code style in devm_of_phy_provider_unregister
authorVinod Koul <vkoul@kernel.org>
Mon, 29 Jun 2020 14:50:07 +0000 (20:20 +0530)
committerVinod Koul <vkoul@kernel.org>
Wed, 8 Jul 2020 11:10:13 +0000 (16:40 +0530)
commitb555f35f2f87f8a99ba8e65d3f51ae4294748b58
treeeeb631bcd7a6b6cfe89009b71b7c69d5c531405d
parent02dca8c981b552ad4caaa2e858800c78cc20f41c
phy: core: fix code style in devm_of_phy_provider_unregister

Documentation/process/coding-style.rst says:
"functions: they have the opening brace at the beginning of the next
line"

devm_of_phy_provider_unregister() function has opening brace at same
line, so fix it up.

Link: https://lore.kernel.org/r/20200629145010.122675-1-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/phy-core.c