diff --git a/drivers/net/tun.c b/drivers/net/tun.c index 79f248cb282d..ea64c311a554 100644 --- a/drivers/net/tun.c +++ b/drivers/net/tun.c @@ -546,8 +546,7 @@ static void tun_flow_update(struct tun_struct *tun, u32 rxhash, rcu_read_unlock(); } -/** - * Save the hash received in the stack receive path and update the +/* Save the hash received in the stack receive path and update the * flow_hash table accordingly. */ static inline void tun_flow_save_rps_rxhash(struct tun_flow_entry *e, u32 hash)