commit | 6497ca07f5e91131c6c05e4564d7f98a780aa02b | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Tue Mar 17 15:54:19 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 17 23:39:29 2020 -0700 |
tree | ff37ec5b9d090efafe0a5fd1d629e0aeb86e55c0 | |
parent | 155385754a9cb8489074372b766e402f527eba7b [diff] |
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>