From: Zhi Yong Wu Date: Tue, 31 Dec 2013 20:34:50 +0000 (+0800) Subject: net, rps: fix the comment of net_rps_action_and_irq_enable() X-Git-Tag: firefly_0821_release~176^2~4570^2~342 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=855abcf0664512df945fba911fa0b9d88e2ea0bf;p=firefly-linux-kernel-4.4.55.git net, rps: fix the comment of net_rps_action_and_irq_enable() Signed-off-by: Zhi Yong Wu Signed-off-by: David S. Miller --- diff --git a/net/core/dev.c b/net/core/dev.c index 973c23656673..cc9ab80581d7 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -4030,7 +4030,7 @@ gro_result_t napi_gro_frags(struct napi_struct *napi) EXPORT_SYMBOL(napi_gro_frags); /* - * net_rps_action sends any pending IPI's for rps. + * net_rps_action_and_irq_enable sends any pending IPI's for rps. * Note: called with local irq disabled, but exits with local irq enabled. */ static void net_rps_action_and_irq_enable(struct softnet_data *sd)