diff mbox

[32/38] pnfsd: cosmetic fixes

Message ID 1368240270-968-1-git-send-email-bhalevy@tonian.com (mailing list archive)
State New, archived
Headers show

Commit Message

Benny Halevy May 11, 2013, 2:44 a.m. UTC
---
 fs/nfsd/nfs4pnfsd.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
diff mbox

Patch

diff --git a/fs/nfsd/nfs4pnfsd.c b/fs/nfsd/nfs4pnfsd.c
index 27f717f..7a5ba09 100644
--- a/fs/nfsd/nfs4pnfsd.c
+++ b/fs/nfsd/nfs4pnfsd.c
@@ -1268,8 +1268,10 @@  struct create_recall_list_arg {
 	return ret;
 }
 
-/* Create a layoutrecall structure for each client based on the
- * original structure. */
+/*
+ * Create a layoutrecall structure for each client based on the
+ * original structure.
+ */
 int
 create_layout_recall_list(struct list_head *todolist, unsigned *todo_len,
 			  struct nfsd4_pnfs_cb_layout *cbl,
@@ -1348,7 +1350,7 @@  struct create_recall_list_arg {
 				put_layoutrecall(pending);
 			}
 			--todo_len;
-				status = -ENOMEM;
+			status = -ENOMEM;
 		}
 	}