From: Jim Rees <rees@xxxxxxxxx> Date: Sun, 11 Sep 2011 13:11:15 -0400 Subject: [PATCH] SQUASHME: pnfs: whitespace Signed-off-by: Jim Rees <rees@xxxxxxxxx> --- fs/nfs/pnfs.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c index 0ef4361..e5e11b4 100644 --- a/fs/nfs/pnfs.c +++ b/fs/nfs/pnfs.c @@ -1488,13 +1488,13 @@ out: int pnfsiod_start(void) { struct workqueue_struct *wq; - + dprintk("NFS: creating workqueue pnfsiod\n"); atomic_inc(&pnfsiod_users); if (pnfsiod_workqueue == NULL) { wq = alloc_workqueue("pnfsiod", WQ_MEM_RECLAIM, 0); if (wq == NULL) { - pnfsiod_stop(); + pnfsiod_stop(); return -ENOMEM; } spin_lock(&pnfs_spinlock); -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html