@@ -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;
}
}