1
0
Fork 0
alistair23-linux/drivers/staging/lustre/lnet
Peng Tao 8cc7b4b9f1 staging/lustre: remove CFS_MODULE_PARM
Patch generated by coccinelle:

@generic_type@
declarer name CFS_MODULE_PARM;
declarer name module_param;
declarer name MODULE_PARM_DESC;
expression E1, E2, E3, E4;
type t;
@@
-CFS_MODULE_PARM(E1, E2, t, E3, E4);
+module_param(E1, t, E3);
+MODULE_PARM_DESC(E1, E4);

@charp@
expression E1, E2, E3, E4, E5;
@@
-CFS_MODULE_PARM(E1, E2, E3, E4, E5);
+module_param(E1, E3, E4);
+MODULE_PARM_DESC(E1, E5);

With manual modification to remove CFS_MODULE_PARM definition and
fix up checkpatch.pl warnnings.

Cc: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Peng Tao <bergwolf@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-11-25 12:35:04 -08:00
..
klnds staging/lustre: remove CFS_MODULE_PARM 2013-11-25 12:35:04 -08:00
lnet staging/lustre: remove CFS_MODULE_PARM 2013-11-25 12:35:04 -08:00
selftest staging/lustre: remove CFS_MODULE_PARM 2013-11-25 12:35:04 -08:00
Kconfig staging: add Lustre file system client support 2013-05-14 13:54:50 -04:00
Makefile staging/lustre: fix Lustre code link order 2013-07-23 12:23:55 -07:00