]> git.baikalelectronics.ru Git - kernel.git/commit
lib/vsprintf.c: document more vsnprintf extensions
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 17 Dec 2009 23:27:12 +0000 (15:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 17 Dec 2009 23:45:31 +0000 (15:45 -0800)
commitf335b232873fe05ae1f75ac985511fa7371e67be
tree3c3f182ad290474571ae983c03d5f243e8c9c1cb
parent9482af7da35c330c937b0cdf62423dec7dede2a8
lib/vsprintf.c: document more vsnprintf extensions

These were added in

cc9ea8e (lib/vsprintf.c: add %pU to print UUID/GUIDs)
f44257f (vsprintf: use %pR, %pr instead of %pRt, %pRf)
6f69ece (lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 address)
cfdd898 (printk: add %I4, %I6, %i4, %i6 format specifiers)
b455ef3 (printk: add %pM format specifier for MAC addresses)

but only added comments to pointer() not vsnprintf() that is refered to by
printk's comments.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Harvey Harrison <harvey.harrison@gmail.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Joe Perches <joe@perches.com>
Cc: Jens Rosenboom <jens@mcbone.net>
Cc: David S. Miller <davem@davemloft.net>
Cc: Bjorn Helgaas <bjorn.helgaas@hp.com>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/vsprintf.c