linux/fs/configfs
Satyam Sharma 4c62b53454 configfs: misc cleanups
1. item.c:config_item_cleanup() is a private function (only called by
config_item_release() in same file). However, it is spuriously
exported in include/linux/configfs.h, so remove that export and make
it static in item.c. Also, it is no longer exported / interface
function, so no need to give comment for this function (the comment
was stating obvious thing, anyway).

2. Kernel-doc comment format does not allow empty line between end of
comment and start of function (declaration line). There were several
such spurious empty lines in item.c, so fix them.

  fs/configfs/item.c       |   15 +++------------
  include/linux/configfs.h |    1 -
  2 files changed, 3 insertions(+), 13 deletions(-)

Signed-off-by: Satyam Sharma <ssatyam@cse.iitk.ac.in>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
2007-07-10 16:52:25 -07:00
..
configfs_internal.h [PATCH] mark struct inode_operations const 1 2007-02-12 09:48:46 -08:00
dir.c configfs: add missing mutex_unlock() 2007-03-14 14:37:21 -07:00
file.c configfs: consistent attribute size 2007-07-10 16:52:22 -07:00
inode.c Detach sched.h from mm.h 2007-05-21 09:18:19 -07:00
item.c configfs: misc cleanups 2007-07-10 16:52:25 -07:00
Makefile
mount.c remove "struct subsystem" as it is no longer needed 2007-05-02 18:57:59 -07:00
symlink.c [PATCH] mark struct inode_operations const 1 2007-02-12 09:48:46 -08:00