OSDN Git Service

s390/lcs: remove incorrect kernel doc indicators
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 14 Sep 2021 08:33:18 +0000 (10:33 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Sep 2021 11:46:29 +0000 (12:46 +0100)
commit239686c11f6acbb35c5c74fe2a3d172f22fcac70
tree4e9e162de8b10ef49eda4895c2563c96ce9f6096
parenta962cc4ba1a10fa7285137d63f551a634a6d83bc
s390/lcs: 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/lcs.c:2355: 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/lcs.c