Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net, rps: fix the comment of net_rps_action_and_irq_enable()

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Zhi Yong Wu and committed by
David S. Miller
855abcf0 c9d8ca04

+1 -1
+1 -1
net/core/dev.c
··· 4030 4030 EXPORT_SYMBOL(napi_gro_frags); 4031 4031 4032 4032 /* 4033 - * net_rps_action sends any pending IPI's for rps. 4033 + * net_rps_action_and_irq_enable sends any pending IPI's for rps. 4034 4034 * Note: called with local irq disabled, but exits with local irq enabled. 4035 4035 */ 4036 4036 static void net_rps_action_and_irq_enable(struct softnet_data *sd)