Messages in this thread |  | | Date | Sat, 24 Oct 2015 07:24:05 -0700 (PDT) | | Subject | Re: [PATCH v2 2/2] net: ethernet: add driver for Aurora VLSI NB8800 Ethernet controller | | From | David Miller <> |
| |
From: Mans Rullgard <mans@mansr.com> Date: Thu, 22 Oct 2015 17:28:50 +0100
> +static void nb8800_mac_tx(struct net_device *dev, int enable) ... > +static void nb8800_mac_rx(struct net_device *dev, int enable) ... > +static void nb8800_mac_af(struct net_device *dev, int enable)
Please use 'bool' and true/false for 'enable'.
> +static int nb8800_alloc_rx(struct net_device *dev, int i, int napi)
Likewise here for 'napi'.
|  |