vsnprintf: remove duplicate comment of vsnprintf
authorSteven Rostedt <srostedt@redhat.com>
Thu, 17 Sep 2009 13:27:29 +0000 (09:27 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 17 Sep 2009 19:53:46 +0000 (15:53 -0400)
commit0efb4d20723d58edbad29d1ff98a86b631adb5e6
tree4713e395ed1c8aebff3a865605bec0dab644e7a8
parent5dd4de587fd9c25cb32a7a0fe9feec3647509b6f
vsnprintf: remove duplicate comment of vsnprintf

Remove the duplicate comment of bstr_printf that is the same as the
vsnprintf.

Add the 's' option to the comment for the pointer function. This is
more of an internal function so the little duplication of the comment
here is OK.

Reported-by: Zhaolei <zhaolei@cn.fujitsu.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
lib/vsprintf.c