On 11/08/15 21:36, Sergei Shtylyov wrote:
/* check if orig node candidate is running DAT */
- if (!(candidate->capabilities & BATADV_ORIG_CAPA_HAS_DAT))
- if (!(test_bit(BATADV_ORIG_CAPA_HAS_DAT, &candidate->capabilities)))
() around the tst_bit() call not needed.
Thanks for the hint Sergei. Even if I don't remember having seen any complaint from checkpatch.pl about this.
I'll resend the pull request with this fixed patches.
Cheers,