]> git.baikalelectronics.ru Git - kernel.git/commit
s390/ctcm: remove incorrect kernel doc indicators
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 14 Sep 2021 08:33:17 +0000 (10:33 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Sep 2021 11:46:29 +0000 (12:46 +0100)
commit1f695ff50cc202416f52f43e614ed959f4907f76
treed28368ef958a9f5c4a032a88df17447c29447171
parent1429623c98d83ea2b52c738c434269b43bf609af
s390/ctcm: 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/ctcm_main.c:979: warning:
 This comment starts with '/**', but isn't a kernel-doc comment.

Acked-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/ctcm_fsms.c
drivers/s390/net/ctcm_main.c
drivers/s390/net/ctcm_mpc.c