Prev: vmscan: Stop kswapd waiting on congestion when the min watermark is not being met
Next: Problems with p55-express and sleeping usb-hds
From: H. Peter Anvin on 13 Nov 2009 17:40 On 11/13/2009 11:57 AM, Matthew Garrett wrote: > > static int con_open(struct tty_struct *, struct file *); > static void vc_init(struct vc_data *vc, unsigned int rows, > - unsigned int cols, int do_clear); > + unsigned int cols, int do_clear) Uhm... this doesn't compile. I'm going to bounce this patch, not because I can't just add the semicolon back and recompile it, but because that means you never compiled it and therefore never tested it. Please fix, test, and resubmit. -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |