libkmod: Fix handling of quotes in kernel command line
authorJames Minor <james.minor@ni.com>
Fri, 20 Jan 2017 23:15:50 +0000 (17:15 -0600)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 23 Jan 2017 18:47:13 +0000 (10:47 -0800)
commitf27a2b12748b55abdbdeba6ec3976033bd257947
tree3eb26cf0536211420ae987f4145d16f7e2dd449a
parent67d1534318a59a2e97c077a20471e69e1eeb73c3
libkmod: Fix handling of quotes in kernel command line

If a module parameter on the command line contains quotes, any
spaces inside those quotes should be included as part of the
parameter.

Signed-off-by: James Minor <james.minor@ni.com>
libkmod/libkmod-config.c