[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140421.134644.1829764866020217667.davem@davemloft.net>
Date: Mon, 21 Apr 2014 13:46:44 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: f.fainelli@...il.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next 1/4] net: systemport: add Broadcom SYSTEMPORT
Ethernet MAC driver
From: Florian Fainelli <f.fainelli@...il.com>
Date: Mon, 21 Apr 2014 10:31:31 -0700
> +#ifdef CONFIG_PHYS_ADDR_T_64BIT
> + __raw_writel(upper_32_bits(addr) & DESC_ADDR_HI_MASK,
> + d + DESC_ADDR_HI_STATUS_LEN);
> +#endif
When a function call spans multiple lines, the arguments on the second
and subsequent lines need to start exactly at the first column after
the openning parenthesis.
Please audit and fix this in your entire submission.
> +static int bcm_sysport_set_settings(struct net_device *dev,
> + struct ethtool_cmd *cmd)
Likewise for functions declarations and definitions.
Also, no NAPI support? The locking and SKB freeing looks quite baroque
as a consequence of this.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists