From: Mohammad Jamal <hidden> Date: 2015-01-23 09:31:06
This patch solves the coding style issues such as space after ,
and removes the blank lines
Signed-off-by: Mohammad Jamal <redacted>
---
drivers/net/ieee802154/cc2520.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Hi Mohammad Jamal,
These changes already there in the current bluetooth-next tree.
On Fri, Jan 23, 2015 at 2:56 PM, Mohammad Jamal
[off-list ref] wrote:
quoted hunk
This patch solves the coding style issues such as space after ,
and removes the blank lines
Signed-off-by: Mohammad Jamal <redacted>
---
drivers/net/ieee802154/cc2520.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
@@ -551,14 +550,14 @@ cc2520_ed(struct ieee802154_hw *hw, u8 *level) u8 rssi; int ret;- ret = cc2520_read_register(priv , CC2520_RSSISTAT, &status);+ ret = cc2520_read_register(priv, CC2520_RSSISTAT, &status); if (ret) return ret; if (status != RSSI_VALID) return -EINVAL;- ret = cc2520_read_register(priv , CC2520_RSSI, &rssi);+ ret = cc2520_read_register(priv, CC2520_RSSI, &rssi);
[...]
WBR, Sergei
Sorry for that,
i actually have cloned and linus torvalds git and when i ran
checkpatch.pl i have found some warnings. so this patch was removing
those warnings...as bhadram told that these warnings are already
removed in bluetooth-next tree...so this patch any how fails....