]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Ignore trailing whitespace on kernel parameters correctly
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 28 Sep 2005 04:45:34 +0000 (21:45 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 28 Sep 2005 14:46:41 +0000 (07:46 -0700)
commit9534055f8d7f84ebe9e332bce520c54d79dd7653
tree48cc5b800e8fb6701a18135e015ebe57b4f1be60
parent23a4c204bacbabdd6e00c29c92ab761c23990a71
[PATCH] Ignore trailing whitespace on kernel parameters correctly

Dave Jones says:

... if the modprobe.conf has trailing whitespace, modules fail to load
with the following helpful message..

snd_intel8x0: Unknown parameter `'

Previous version truncated last argument.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Dave Jones <davej@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/params.c