mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 08:18:47 +00:00
NFS: Remove unnecessary semicolons (fs/nfs/client.c)
There are some unnecessary semicolons in function find_nfs_version. Just remove them. Signed-off-by: Yanchuan Nian <ycnian@gmail.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
4e266229db
commit
ee34e13620
@ -93,10 +93,10 @@ static struct nfs_subversion *find_nfs_version(unsigned int version)
|
|||||||
spin_unlock(&nfs_version_lock);
|
spin_unlock(&nfs_version_lock);
|
||||||
return nfs;
|
return nfs;
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
spin_unlock(&nfs_version_lock);
|
spin_unlock(&nfs_version_lock);
|
||||||
return ERR_PTR(-EPROTONOSUPPORT);;
|
return ERR_PTR(-EPROTONOSUPPORT);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct nfs_subversion *get_nfs_version(unsigned int version)
|
struct nfs_subversion *get_nfs_version(unsigned int version)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user