OSDN Git Service

tun: fix misleading comment format
authorMichal Kubecek <mkubecek@suse.cz>
Wed, 4 Mar 2020 16:23:59 +0000 (17:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Mar 2020 05:38:02 +0000 (21:38 -0800)
commit516c512bde3e6d22b7ce61c873c6697bc4e3ecd5
tree7a5b83dc8981c5dc6625c55d4dc08c6fbd299088
parent9dd620afd1544a0d78233a80c6c7a48dbbff3ba7
tun: fix misleading comment format

The comment above tun_flow_save_rps_rxhash() starts with "/**" which
makes it look like kerneldoc comment and results in warnings when
building with W=1. Fix the format to make it look like a normal comment.

Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tun.c