[PATCH] arlan: module parameter fixes
authorMagnus Damm <damm@opensource.se>
Tue, 5 Apr 2005 18:05:50 +0000 (20:05 +0200)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 26 Jun 2005 22:16:13 +0000 (18:16 -0400)
Make sure the code compiles with and without ARLAN_ENTRY_EXIT_DEBUGGING.
Only provide parameter descriptions when parameters are defined.
Remove "arlan_"-prefix to shape up built-in parameter names:

arlan.arlan_debug -> arlan.debug
arlan.arlan_EEPROM_bad -> arlan.EEPROM_bad
arlan.arlan_entry_and_exit_debug -> arlan.entry_and_exit_debug
arlan.arlan_entry_debug -> arlan.entry_debug
arlan.arlan_exit_debug -> arlan.exit_debug

Signed-off-by: Magnus Damm <damm@opensource.se>

No differences found