]> git.ipfire.org Git - thirdparty/kmod.git/commit
libkmod-config: more chars allowed as space
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 10 Mar 2021 16:33:01 +0000 (08:33 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 10 Mar 2021 16:33:01 +0000 (08:33 -0800)
commit8742be0aa5ed14d28980eb706b08e8bdf650f21c
treeed5a85f2474364742de254d21aa2d32145570cf5
parentd8b31c34a6b487123ee935762bbd3c7046607249
libkmod-config: more chars allowed as space

Recently in a discussion I noticed that kernel allows more chars to be
considered as space in the kernel command line. Switch to the equivalent
of isspace() instead of considering only ' '.
libkmod/libkmod-config.c