commit | b9cc977d9d4d1866ee83df38815f4b3b34d99dd9 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Wed Nov 28 04:12:41 2012 +0000 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Sat Dec 01 02:37:37 2012 +0000 |
tree | c1416843881ac57005cee5d3cb7b53b47cfc146b | |
parent | ebf98e797b4e26ad52ace1511a0b503ee60a6cd4 [diff] |
sfc: Make module parameters really boolean Most of the module parameters treated as boolean are currently exposed as type int or uint. Defining them with the proper type is useful documentation for both users and developers. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>