configfs: misc cleanups
authorSatyam Sharma <ssatyam@cse.iitk.ac.in>
Wed, 27 Jun 2007 10:32:14 +0000 (16:02 +0530)
committerMark Fasheh <mark.fasheh@oracle.com>
Tue, 10 Jul 2007 23:52:25 +0000 (16:52 -0700)
commit4c62b53454a83178676e5ecae6665447d363c7b4
tree77e5ba7c4afa788500b3a5aed71577cd5d1fc397
parentb23cdde4c6240d70bb3d2e3c4046b60d6f6c8451
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>
fs/configfs/item.c
include/linux/configfs.h