diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2021-10-25 11:56:57 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-10-25 13:58:19 +0100 |
commit | 7ffaef824c9a80950fba9f93ce4636a34148c5f0 (patch) | |
tree | 65f3aae1c3ccdb3eff217145efc48e0c555d9805 /drivers/s390/net/qeth_l3_main.c | |
parent | 79140e22d245aa3d06e2991f397c187b3ab07df3 (diff) | |
download | lwn-7ffaef824c9a80950fba9f93ce4636a34148c5f0.tar.gz lwn-7ffaef824c9a80950fba9f93ce4636a34148c5f0.zip |
s390/qeth: fix kernel doc comments
Fix kernel doc comments and remove incorrect kernel doc indicators.
Acked-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/qeth_l3_main.c')
-rw-r--r-- | drivers/s390/net/qeth_l3_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_l3_main.c b/drivers/s390/net/qeth_l3_main.c index b68942e86666..48a886f7af62 100644 --- a/drivers/s390/net/qeth_l3_main.c +++ b/drivers/s390/net/qeth_l3_main.c @@ -492,7 +492,7 @@ int qeth_l3_setrouting_v6(struct qeth_card *card) * IP address takeover related functions */ -/** +/* * qeth_l3_update_ipato() - Update 'takeover' property, for all NORMAL IPs. * * Caller must hold ip_lock. |