Re: [PATCH] WARN(): add a \n to the message printk

From: Alan Cox
Date: Mon Jun 15 2009 - 05:09:32 EST


> + if (args) {
> vprintk(args->fmt, args->args);
> + printk("\n");

What stops another printk occuring between those two ?

Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/