]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite5c08518dc56d551773f3c3758080b188c490305
tree014fb927137058365c0f3e9a9d4abbfc6f60608b
parent2f3318fe9f5de7628d8473462d1f145b997165dc
lib/vsprintf: update comment about simple_strto<foo>() functions

The commit da3233d2e55f ("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