diff options
author | Andrew Lunn <andrew@lunn.ch> | 2020-07-05 23:05:08 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-06 00:49:03 +0200 |
commit | 5bd6ff0c6fe6c138aebe8d3bf7163420386c7ca7 (patch) | |
tree | ae6415d76fa8ac5607ae56c5899e5eeec5ba2979 /drivers/net/dsa/vitesse-vsc73xx-spi.c | |
parent | net: dsa: lan9303: fix variable 'res' set but not used (diff) | |
download | linux-5bd6ff0c6fe6c138aebe8d3bf7163420386c7ca7.tar.xz linux-5bd6ff0c6fe6c138aebe8d3bf7163420386c7ca7.zip |
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>
Diffstat (limited to 'drivers/net/dsa/vitesse-vsc73xx-spi.c')
-rw-r--r-- | drivers/net/dsa/vitesse-vsc73xx-spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/dsa/vitesse-vsc73xx-spi.c b/drivers/net/dsa/vitesse-vsc73xx-spi.c index e73c8fcddc9f..81eca4a5781d 100644 --- a/drivers/net/dsa/vitesse-vsc73xx-spi.c +++ b/drivers/net/dsa/vitesse-vsc73xx-spi.c @@ -26,7 +26,7 @@ #define VSC73XX_CMD_SPI_BLOCK_MASK 0x7 #define VSC73XX_CMD_SPI_SUBBLOCK_MASK 0xf -/** +/* * struct vsc73xx_spi - VSC73xx SPI state container */ struct vsc73xx_spi { |