Skip to content
Snippets Groups Projects
  • Uwe Kleine-König's avatar
    8a79503a
    lib/vsprintf.c: document more vsnprintf extensions · 8a79503a
    Uwe Kleine-König authored
    These were added in
    
    9ac6e44 (lib/vsprintf.c: add %pU to print UUID/GUIDs)
    c7dabef (vsprintf: use %pR, %pr instead of %pRt, %pRf)
    8a27f7c (lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 address)
    4aa9960 (printk: add %I4, %I6, %i4, %i6 format specifiers)
    dd45c9c (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>
    8a79503a
    History
    lib/vsprintf.c: document more vsnprintf extensions
    Uwe Kleine-König authored
    These were added in
    
    9ac6e44 (lib/vsprintf.c: add %pU to print UUID/GUIDs)
    c7dabef (vsprintf: use %pR, %pr instead of %pRt, %pRf)
    8a27f7c (lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 address)
    4aa9960 (printk: add %I4, %I6, %i4, %i6 format specifiers)
    dd45c9c (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>