commit | 5888bcc5d24acf911c3d12719d72968c9b27a02f | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed May 14 10:33:45 2014 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed May 14 10:50:05 2014 +0930 |
tree | 01922824fccde5ebddb353d737c13379c32cc96a | |
parent | 51e158c12aca3c9ac63988611a97c05109b14dc9 [diff] |
Documentation: Update kernel-parameters.tx 1) __setup() is messy, prefer module_param and core_param. 2) Document -- 3) Document modprobe scraping /proc/cmdline. 4) Document handing of leftover parameters to init. 5) Document use of quotes to protect whitespace. Reported-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>