From: Davidlohr Bueso <dave@xxxxxxx> Date: Thu, 13 Aug 2009 22:03:28 -0400 > > No need to cast kmalloc. > > Signed-off-by: Davidlohr Bueso <dave@xxxxxxx> Yeah but: > > - ba->ba_0_org = (void *) kmalloc > - (BUF0_LEN + ALIGN_SIZE, GFP_KERNEL); > + ba->ba_0_org = kmalloc(BUF0_LEN + ALIGN_SIZE, GFP_KERNEL); Now the code line extends way over 80 columns. Please fix this up and resubmit. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html