[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20111219.143959.1266018350656510.davem@davemloft.net>
Date: Mon, 19 Dec 2011 14:39:59 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: alex.bluesman.smirnov@...il.com
Cc: dbaryshkov@...il.com, linux-zigbee-devel@...ts.sourceforge.net,
netdev@...r.kernel.org
Subject: Re: [PATCH 08/14] mac802154: basic mib support
From: Alexander Smirnov <alex.bluesman.smirnov@...il.com>
Date: Mon, 19 Dec 2011 19:33:48 +0300
> + res = hw->ops->set_hw_addr_filt(&hw->hw,
> + &hw->hw.hw_filt, nw->changed);
Line up the arguments.
> + pr_debug("%s: failed changed mask %lx\n",
> + __func__, nw->changed);
Get rid of __func__.
> + if (priv->hw->ops->set_hw_addr_filt &&
> + memcmp(priv->hw->hw.hw_filt.ieee_addr,
> + dev->dev_addr, IEEE802154_ADDR_LEN)) {
More bad formatting.
--
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