[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)
commitf36462f078403c1859a7e58177b28e01b3a179e4
tree48cc5b800e8fb6701a18135e015ebe57b4f1be60
parente3306dd5f7eb2e699f36a4a313fca4b48b18d5e1
[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