On Sat, Jan 21, 2012 at 04:23:32AM +0000, Kashyap Gada wrote: > -#define PMEM_IS_FREE(id, index) !(pmem[id].bitmap[index].allocated) > -#define PMEM_ORDER(id, index) pmem[id].bitmap[index].order > +#define PMEM_IS_FREE(id, index) (!(pmem[id].bitmap[index].allocated)) > +#define PMEM_ORDER(id, index) (pmem[id].bitmap[index].order) These are not needed. We're modifying checkpatch.pl to not complain about these, but it hasn't been merged yet. regards, dan carpenter
Attachment:
signature.asc
Description: Digital signature
_______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel