Hi Greg,

On Thu, 2 Aug 2018 09:34:54 +0200
Greg KH <gre...@linuxfoundation.org> wrote:

> On Sun, Jul 29, 2018 at 11:36:57AM +0530, Ajay Singh wrote:
> > Cleanup patch to fix below checkpatch reported issue:
> > -#define ISWILC1000(id)                     ((id & 0xfffff000)
> > == 0x100000 ? 1 : 0) +#define ISWILC1000(id)                (((id)
> > & 0xfffff000) == 0x100000 ? 1 : 0)
> 
> Even better, make this an inline function that returns a boolean to
> avoid any potental problems.
> 

Sure, I will make these changes and submit new patch.

Regards
Ajay

Reply via email to