Skip to content

Commit

Permalink
ceph: don't return a value from void function
Browse files Browse the repository at this point in the history
This fixes a build warning to that effect.

Fixes: 1a829ff ("ceph: no need to check return value of debugfs_create functions")
Signed-off-by: John Hubbard <[email protected]>
Signed-off-by: Ilya Dryomov <[email protected]>
  • Loading branch information
johnhubbard authored and idryomov committed Sep 16, 2019
1 parent 249c1df commit 3e8730f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ceph/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ void ceph_fs_debugfs_init(struct ceph_fs_client *fsc)

void ceph_fs_debugfs_init(struct ceph_fs_client *fsc)
{
return 0;
}

void ceph_fs_debugfs_cleanup(struct ceph_fs_client *fsc)
Expand Down

0 comments on commit 3e8730f

Please sign in to comment.