]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6a408602b35cf25f05ba69fb26e9437cff0cb133
treeff37ec5b9d090efafe0a5fd1d629e0aeb86e55c0
parent4c2b569b3e0467ec96902858cb2a9b4a782ddc29
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