]> git.baikalelectronics.ru Git - kernel.git/commit
s390/netiucv: remove incorrect kernel doc indicators
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 14 Sep 2021 08:33:19 +0000 (10:33 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Sep 2021 11:46:29 +0000 (12:46 +0100)
commitc1ad60a9ba0020dd09979489da074f7a031d3261
tree94aef8057ad29c03efa264327619e0177add0099
parent0f670c6d1b51c08cb26d1487d63c28950d9beaf5
s390/netiucv: remove incorrect kernel doc indicators

Many comments above functions start with a kernel doc indicator, but
the comments are not using kernel doc style. Get rid of the warnings
by simply removing the indicator.

E.g.:

drivers/s390/net/netiucv.c:1852: warning:
 This comment starts with '/**', but isn't a kernel-doc comment.

Reviewed-by: Alexandra Winter <wintera@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/fsm.c
drivers/s390/net/netiucv.c