From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julia Lawall Subject: question about drivers/net/ethernet/jme.{c,h} Date: Tue, 13 Aug 2013 18:33:45 +0200 (CEST) Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: cooldavid@cooldavid.org, netdev@vger.kernel.org Return-path: Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:36912 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757916Ab3HMQeF (ORCPT ); Tue, 13 Aug 2013 12:34:05 -0400 Sender: netdev-owner@vger.kernel.org List-ID: I wonder what is the point of the macro NETIF_NAPI_SET? It has only one definition, and it just transfers its arguments directly to the more common function netif_napi_add. The fact that the definition of the macro contains a semicolon also makes the use of NETIF_NAPI_SET not look like a normal function call. thanks, julia