]> 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)
commit738f9b2544c2a6d1f882834bc522973705b68b27
tree014fb927137058365c0f3e9a9d4abbfc6f60608b
parente818834dca53315d6c0bd9997a34ee2b1913226c
lib/vsprintf: update comment about simple_strto<foo>() functions

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