net: dsa: vitesse-vsc73xx: Convert to plain comments to avoid kerneldoc warnings
authorAndrew Lunn <andrew@lunn.ch>
Sun, 5 Jul 2020 21:05:08 +0000 (23:05 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Jul 2020 22:49:03 +0000 (15:49 -0700)
commit5bd6ff0c6fe6c138aebe8d3bf7163420386c7ca7
treeae6415d76fa8ac5607ae56c5899e5eeec5ba2979
parent9534f1e9084452afb3f8bc0fcdb81a95a6b8392a
net: dsa: vitesse-vsc73xx: Convert to plain comments to avoid kerneldoc warnings

The comments before struct vsc73xx_platform and struct vsc73xx_spi use
kerneldoc format, but then fail to document the members of these
structures. All the structure members are self evident, and the driver
has not other kerneldoc comments, so change these to plain comments to
avoid warnings.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/vitesse-vsc73xx-platform.c
drivers/net/dsa/vitesse-vsc73xx-spi.c