From 3e13c023f7a865c2ae2e43bd5843eb8806a88ca3 Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Sun, 10 Jun 2007 17:51:42 -0400 Subject: [PATCH] minor indentation correction Signed-off-by: Erez Zadok --- fs/unionfs/lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/unionfs/lookup.c b/fs/unionfs/lookup.c index 98a05a8f29d..c65875deff3 100644 --- a/fs/unionfs/lookup.c +++ b/fs/unionfs/lookup.c @@ -490,7 +490,7 @@ int new_dentry_private_data(struct dentry *dentry) GFP_ATOMIC); info = UNIONFS_D(dentry); if (!info) - goto out; + goto out; mutex_init(&info->lock); info->lower_paths = NULL; -- 2.43.0