Skip to content

Commit

Permalink
nfsd4: fix whitespace in NFSPROC4_CLNT_CB_NULL definition
Browse files Browse the repository at this point in the history
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
  • Loading branch information
Benny Halevy authored and J. Bruce Fields committed Sep 13, 2009
1 parent f300bab commit 4be36ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfsd/nfs4callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 4be36ca

Please sign in to comment.