]> git.baikalelectronics.ru Git - kernel.git/commit
Add kerneldoc documentation for new printk format extensions
authorAndi Kleen <andi@firstfloor.org>
Thu, 16 Oct 2008 05:02:02 +0000 (22:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:32 +0000 (11:21 -0700)
commit280ed85c4ef4ef8c79b5bdfad5f280440a60beba
treedf06d92ffa8190dfafa59cbb7528564f8d0a055a
parent5f424bb9de124726c0f72db831a53ceee6b194b6
Add kerneldoc documentation for new printk format extensions

Add documentation in kerneldoc for new printk format extensions

This patch documents the new %pS/%pF options in printk in kernel doc.

Hope I didn't miss any other extension.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/printk.c
lib/vsprintf.c