]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
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)
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

index 5e54a5726aa493cb730da86237779da0ad55101f..2a57f337b2a2595197fde6190a5e8a965971d09d 100644 (file)
@@ -28,7 +28,7 @@
 #define VSC73XX_CMD_PLATFORM_SUBBLOCK_MASK             0xf
 #define VSC73XX_CMD_PLATFORM_REGISTER_SHIFT            2
 
-/**
+/*
  * struct vsc73xx_platform - VSC73xx Platform state container
  */
 struct vsc73xx_platform {
index e73c8fcddc9fcbd80630fd4b74b15dba15dafc54..81eca4a5781de4266c31c7a954ea061fc6ff3962 100644 (file)
@@ -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 {