Re: [PATCH] net: ieee802154: cc2520: fix coding style issue

2015-01-23 Thread Jamal Mohammad
On Fri, Jan 23, 2015 at 3:16 PM, Varka Bhadram wrote: > Hi Mohammad Jamal, > > On Fri, Jan 23, 2015 at 3:06 PM, Mohammad Jamal > wrote: >> This patch solves the coding style issue warning >> by replacing the shifting operations by BIT macro >> >> Signed-off-by: Mohammad Jamal >> --- >> drivers/

Re: [PATCH] net: ieee802154: cc2520: fix coding style issue

2015-01-23 Thread Varka Bhadram
Hi Mohammad Jamal, On Fri, Jan 23, 2015 at 3:06 PM, Mohammad Jamal wrote: > This patch solves the coding style issue warning > by replacing the shifting operations by BIT macro > > Signed-off-by: Mohammad Jamal > --- > drivers/net/ieee802154/cc2520.c |6 +++--- > 1 file changed, 3 insertion

[PATCH] net: ieee802154: cc2520: fix coding style issue

2015-01-23 Thread Mohammad Jamal
This patch solves the coding style issue warning by replacing the shifting operations by BIT macro Signed-off-by: Mohammad Jamal --- drivers/net/ieee802154/cc2520.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/ieee802154/cc2520.c b/drivers/net/ieee8021