]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/printk.c
autofs4: cleanup autofs mount type usage
[linux-2.6-omap-h63xx.git] / kernel / printk.c
index a430fd04008b4b9565434ebefa0ee48a62dade90..fbd94bdaa74fb1f59ca3072548c2f4dd137be4d3 100644 (file)
@@ -13,7 +13,7 @@
  * Fixed SMP synchronization, 08/08/99, Manfred Spraul
  *     manfred@colorfullife.com
  * Rewrote bits to get rid of console_lock
- *     01Mar01 Andrew Morton <andrewm@uow.edu.au>
+ *     01Mar01 Andrew Morton
  */
 
 #include <linux/kernel.h>
@@ -593,6 +593,8 @@ static int have_callable_console(void)
  *
  * See also:
  * printf(3)
+ *
+ * See the vsnprintf() documentation for format string extensions over C99.
  */
 
 asmlinkage int printk(const char *fmt, ...)