Whamcloud - gitweb
LU-6204 build: clean up kernel module metadata 87/16787/5
authorAndreas Dilger <andreas.dilger@intel.com>
Mon, 19 Oct 2015 15:24:22 +0000 (11:24 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 15 Nov 2015 16:16:29 +0000 (16:16 +0000)
commit671c1b0c705640d63a1d3be7016c79afd10bc8df
treef8046d23d6458389db3e4f84d163412a7d87ded8
parent953e9e5e75ca12a5ef72bfe844c1216341af12c9
LU-6204 build: clean up kernel module metadata

Update static MODULE_VERSION() lines - this should be automated.

Improve MODULE_DESCRIPTION() descriptions.

Make the name of the module_init()/_exit() functions consistently
{module_name}_init and {module_name}_exit.

Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: I1c3fe5698c7f41d971a38225650597c913500c1e
Reviewed-on: http://review.whamcloud.com/16787
Tested-by: Jenkins
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Frank Zago <fzago@cray.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
33 files changed:
libcfs/include/libcfs/libcfs.h
libcfs/libcfs/module.c
lnet/include/lnet/lib-lnet.h
lnet/include/lnet/types.h
lnet/klnds/gnilnd/gnilnd.c
lnet/klnds/o2iblnd/o2iblnd.c
lnet/klnds/socklnd/socklnd.c
lnet/lnet/api-ni.c
lnet/lnet/module.c
lnet/selftest/module.c
lustre/fid/fid_request.c
lustre/fld/fld_request.c
lustre/lfsck/lfsck_lib.c
lustre/llite/lloop.c
lustre/llite/super25.c
lustre/lmv/lmv_obd.c
lustre/lod/lod_dev.c
lustre/lov/lov_obd.c
lustre/mdc/mdc_request.c
lustre/mdd/mdd_device.c
lustre/mdt/mdt_handler.c
lustre/mgc/mgc_request.c
lustre/mgs/mgs_handler.c
lustre/obdclass/class_obd.c
lustre/obdclass/llog_test.c
lustre/obdecho/echo_client.c
lustre/osc/osc_request.c
lustre/osd-ldiskfs/osd_handler.c
lustre/osd-zfs/osd_handler.c
lustre/osp/osp_dev.c
lustre/ost/ost_handler.c
lustre/ptlrpc/gss/sec_gss.c
lustre/quota/lquota_lib.c