diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2021-05-10 16:49:47 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-13 20:38:51 +0200 |
commit | 7985723d21a15d4a237efa89e85c938875a3f9c3 (patch) | |
tree | 0558e049b681b9406acdbb2dcf499e16f8b65945 /drivers/tty/hvc | |
parent | tty: tty_port: Fix coding style issues of block comments (diff) | |
download | linux-7985723d21a15d4a237efa89e85c938875a3f9c3.tar.xz linux-7985723d21a15d4a237efa89e85c938875a3f9c3.zip |
vt: Move custom isspace() to its own namespace
If by some reason any of the headers will include ctype.h
we will have a name collision. Avoid this by moving isspace()
to the dedicate namespace.
First appearance of the code is in the commit 24a1c2a769cf
("Import 1.1.92").
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Jiri Slaby <jirislaby@kernel.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210510144947.58270-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/hvc')
0 files changed, 0 insertions, 0 deletions