]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit2e0fb404c86d6c86dc33e284310eb5d28d192dcf
treec75a1dd1cab54473d3174aa00fc49d18deabfa5e
parent095d141b2e40665289d44a42d387ffac2841ef82
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