aboutsummaryrefslogtreecommitdiff
path: root/lib/dynamic_debug.c
diff options
context:
space:
mode:
authorAndy Shevchenko <[email protected]>2021-05-10 17:49:09 +0300
committerDavid S. Miller <[email protected]>2021-05-10 14:51:01 -0700
commit532062b099563cba7a93bd9bd50554948661f013 (patch)
treeb680c15e0a70ad194dfdd38142c924e36dd16701 /lib/dynamic_debug.c
parentaed6864035b1e51ba16323b54aa3e4861c1a0a3e (diff)
atm: Replace custom isprint() with generic analogue
Custom isprint() definition may collide with one form ctype.h. In order to avoid this, replace it with a functional analogue which is isascii() && isprint() in this case. First appearance of the code is in the commit 636b38438001 ("Import 2.3.43"). Reported-by: kernel test robot <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions