OSDN Git Service

net: phy: sfp-bus.c: get rid of docs warnings
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 17 Mar 2020 14:54:19 +0000 (15:54 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Mar 2020 06:39:29 +0000 (23:39 -0700)
commit6497ca07f5e91131c6c05e4564d7f98a780aa02b
treeff37ec5b9d090efafe0a5fd1d629e0aeb86e55c0
parent155385754a9cb8489074372b766e402f527eba7b
net: phy: sfp-bus.c: get rid of docs warnings

The indentation for the returned values are weird, causing those
warnings:

./drivers/net/phy/sfp-bus.c:579: WARNING: Unexpected indentation.
./drivers/net/phy/sfp-bus.c:619: WARNING: Unexpected indentation.

Use a list and change the identation for it to be properly
parsed by the documentation toolchain.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/sfp-bus.c