diff -r d6145fc87a74 -r f3352378b4d4 master/module.c --- a/master/module.c Mon Jun 26 15:33:18 2006 +0000 +++ b/master/module.c Mon Jun 26 16:05:30 2006 +0000 @@ -66,9 +66,9 @@ /*****************************************************************************/ -static int ec_master_count = 1; -static int ec_eoe_devices = 0; -static struct list_head ec_masters; +static int ec_master_count = 1; /**< parameter value, number of masters */ +static int ec_eoe_devices = 0; /**< parameter value, number of EoE interf. */ +static struct list_head ec_masters; /**< list of masters */ /*****************************************************************************/