]> git.baikalelectronics.ru Git - kernel.git/commit
lib, net: make isodigit() public and use it
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 29 Apr 2013 23:18:11 +0000 (16:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:19 +0000 (18:28 -0700)
commitfbc864c8b9392ede6d74cdf5f25ba1c9359f3beb
treec75a1dd1cab54473d3174aa00fc49d18deabfa5e
parent4cce7253564f7f0ed8a3505e919e441f94192a00
lib, net: make isodigit() public and use it

There are at least two users of isodigit().  Let's make it a public
function of ctype.h.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/ctype.h
lib/dynamic_debug.c
net/sunrpc/cache.c