lib/vsprintf: update comment about simple_strto<foo>() functions
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 21 Feb 2020 08:57:23 +0000 (10:57 +0200)
committerPetr Mladek <pmladek@suse.com>
Fri, 28 Feb 2020 14:38:31 +0000 (15:38 +0100)
commite8cc2b97ca5aa12152c302b2f5d41d125e55ab1f
tree014fb927137058365c0f3e9a9d4abbfc6f60608b
parent5661dd95a2958634485bb1a53f90a6ab621d4b0c
lib/vsprintf: update comment about simple_strto<foo>() functions

The commit 885e68e8b7b1 ("kernel.h: update comment about simple_strto<foo>()
functions") updated a comment regard to simple_strto<foo>() functions, but
missed similar change in the vsprintf.c module.

Update comments in vsprintf.c as well for simple_strto<foo>() functions.

Link: https://lore.kernel.org/r/20200221085723.42469-1-andriy.shevchenko@linux.intel.com
Reported-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
lib/vsprintf.c