• Andrew Morton's avatar
    [PATCH] Strip quotes from kernel parameters · 8e1aabbc
    Andrew Morton authored
    From: Rusty Russell <rusty@rustcorp.com.au>
    
    Agustin Martin <agmartin@debian.org> pointed out that this doesn't work:
    
    	options ide-mod options="ide=nodma hdc=cdrom"
    
    The quotes are understood by kernel/params.c (ie.  it skips over spaces
    inside them), but are not stripped before handing to the underlying
    function.  They should be.
    8e1aabbc
params.c 8.32 KB