Re: [PATCH] net: ieee802154: cc2520: Fix coding style issues

2015-01-23 Thread Jamal Mohammad
On Fri, Jan 23, 2015 at 6:07 PM, Sergei Shtylyov wrote: > Hello. > > On 1/23/2015 12:26 PM, Mohammad Jamal wrote: > >> This patch solves the coding style issues such as space after , > > >s/after/before/? > >> and removes the blank lines > > > Extra blank lines, you mean? > >> Signed-off-by:

Re: [PATCH] net: ieee802154: cc2520: Fix coding style issues

2015-01-23 Thread Sergei Shtylyov
Hello. On 1/23/2015 12:26 PM, Mohammad Jamal wrote: This patch solves the coding style issues such as space after , s/after/before/? and removes the blank lines Extra blank lines, you mean? Signed-off-by: Mohammad Jamal --- drivers/net/ieee802154/cc2520.c |6 ++ 1 file

Re: [PATCH] net: ieee802154: cc2520: Fix coding style issues

2015-01-23 Thread Varka Bhadram
Hi Mohammad Jamal, These changes already there in the current bluetooth-next tree. On Fri, Jan 23, 2015 at 2:56 PM, Mohammad Jamal wrote: > This patch solves the coding style issues such as space after , > and removes the blank lines > > Signed-off-by: Mohammad Jamal > --- > drivers/net/ieee80

[PATCH] net: ieee802154: cc2520: Fix coding style issues

2015-01-23 Thread Mohammad Jamal
This patch solves the coding style issues such as space after , and removes the blank lines Signed-off-by: Mohammad Jamal --- drivers/net/ieee802154/cc2520.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/ieee802154/cc2520.c b/drivers/net/ieee802154/cc25