lib/vsprintf: Make function pointer_string static
authorYueHaibing <yuehaibing@huawei.com>
Fri, 26 Apr 2019 16:46:30 +0000 (00:46 +0800)
committerPetr Mladek <pmladek@suse.com>
Mon, 29 Apr 2019 10:39:58 +0000 (12:39 +0200)
commitce9d3eceb7ffb74445a8d892ca0685395a93a7e2
treee3d42666f0811e6f3b834d36d30a61d62606477b
parentc8c3b584343cb7522fc00322769a9f288305743f
lib/vsprintf: Make function pointer_string static

Fix sparse warning:

lib/vsprintf.c:673:6: warning:
 symbol 'pointer_string' was not declared. Should it be static?

Link: http://lkml.kernel.org/r/20190426164630.22104-1-yuehaibing@huawei.com
To: <sergey.senozhatsky@gmail.com>
To: <andriy.shevchenko@linux.intel.com>
To: <geert+renesas@glider.be>
To: <rostedt@goodmis.org>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
lib/vsprintf.c