| | Subject | Re: [PATCH] printk: support structured and multi-facility log messages | | From | Joe Perches <> | | Date | Thu, 05 Apr 2012 01:38:17 -0700 |
| |
On Wed, 2012-04-04 at 21:59 +0200, Kay Sievers wrote: > From: Kay Sievers <kay@vrfy.org> > + * In a flat text stream of records, every record should be terminated > + * by "\n\n", which separates the records from each other.
What do you do about "\n\n" in existing printks?
$ grep -rP --include=*.[ch] '\bprintk\b.*\\n\\n' *
|