diff options
author | Benny Halevy <bhalevy@panasas.com> | 2009-09-10 11:25:46 +0200 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-09-13 21:57:39 +0200 |
commit | 4be36ca0cefc09725f52a9590d061399d3e524d7 (patch) | |
tree | 00390a68d17ee182f5663eb2337ba56804d44a76 /fs/nfsd/nfs4callback.c | |
parent | nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel (diff) | |
download | linux-4be36ca0cefc09725f52a9590d061399d3e524d7.tar.xz linux-4be36ca0cefc09725f52a9590d061399d3e524d7.zip |
nfsd4: fix whitespace in NFSPROC4_CLNT_CB_NULL definition
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/nfsd/nfs4callback.c')
-rw-r--r-- | fs/nfsd/nfs4callback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4callback.c b/fs/nfsd/nfs4callback.c index 81d1c5285dcc..63bb384b4d5c 100644 --- a/fs/nfsd/nfs4callback.c +++ b/fs/nfsd/nfs4callback.c @@ -56,7 +56,7 @@ /* Index of predefined Linux callback client operations */ enum { - NFSPROC4_CLNT_CB_NULL = 0, + NFSPROC4_CLNT_CB_NULL = 0, NFSPROC4_CLNT_CB_RECALL, }; |