OSDN Git Service

ceph: tidy some white space in get_nonsnap_parent()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 23 Feb 2017 10:39:59 +0000 (13:39 +0300)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 23 Feb 2017 21:22:02 +0000 (22:22 +0100)
The white space here seems slightly messed up.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/mds_client.c

index fdbc354..c681762 100644 (file)
@@ -679,8 +679,9 @@ static void __unregister_request(struct ceph_mds_client *mdsc,
  * working with them. Once we hit a candidate dentry, we attempt to take a
  * reference to it, and return that as the result.
  */
-static struct inode *get_nonsnap_parent(struct dentry *dentry) { struct inode
-       *inode = NULL;
+static struct inode *get_nonsnap_parent(struct dentry *dentry)
+{
+       struct inode *inode = NULL;
 
        while (dentry && !IS_ROOT(dentry)) {
                inode = d_inode_rcu(dentry);