Re: [PATCH 2/6] staging: ks7010: fix coding style issue of enclosing complex macro value in parentheses

2017-02-16 Thread Matthew Kilgore
: Sure, I will update and resend v2 version of all the patches. Sounds like a plan. When you resend them you should Cc it to the Linux Kernel Mailing List at linux-ker...@vger.kernel.org, I just noticed these last emails weren't sent there. Tha

Re: [PATCH 2/6] staging: ks7010: fix coding style issue of enclosing complex macro value in parentheses

2017-02-16 Thread Matthew Kilgore
tended to be considered 'complex'. On that note though, if it is going to be added I think it would make sense to get the indentation correct with the `do {`: do { \ if (KS_WLAN_DEBUG > (n)) \ prink(...); \