Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 873302c7 authored by Miklos Szeredi's avatar Miklos Szeredi Committed by Linus Torvalds
Browse files

[PATCH] fuse: fix typo

parent 0a0898cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ static struct dentry *fuse_ctl_add_dentry(struct dentry *parent,

/*
 * Add a connection to the control filesystem (if it exists).  Caller
 * must host fuse_mutex
 * must hold fuse_mutex
 */
int fuse_ctl_add_conn(struct fuse_conn *fc)
{
@@ -139,7 +139,7 @@ int fuse_ctl_add_conn(struct fuse_conn *fc)

/*
 * Remove a connection from the control filesystem (if it exists).
 * Caller must host fuse_mutex
 * Caller must hold fuse_mutex
 */
void fuse_ctl_remove_conn(struct fuse_conn *fc)
{