• Satyam Sharma's avatar
    configfs: misc cleanups · 4c62b534
    Satyam Sharma authored
    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: default avatarSatyam Sharma <ssatyam@cse.iitk.ac.in>
    Signed-off-by: default avatarJoel Becker <joel.becker@oracle.com>
    Signed-off-by: default avatarMark Fasheh <mark.fasheh@oracle.com>
    4c62b534
item.c 5.38 KB