On Fri, May 23, 2014 at 10:23:48PM +0200, Matthias Beyer wrote: > - pstAddIndication = kmalloc(sizeof(struct bcm_add_indication), GFP_KERNEL); > + pstAddIndication = kmalloc(sizeof(struct bcm_add_indication), > + GFP_KERNEL); Line these up like this: pstAddIndication = kmalloc(sizeof(struct bcm_add_indication), GFP_KERNEL); regards, dan carpenter _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel