OSDN Git Service

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)
commit478a31403b365d2f7b35a0cae8ee3e0594dc5bb1
tree94aef8057ad29c03efa264327619e0177add0099
parent239686c11f6acbb35c5c74fe2a3d172f22fcac70
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