From: Erez_Zadok Date: Sun, 10 Jun 2007 21:51:42 +0000 (-0400) Subject: minor indentation correction X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=b65606b91fcb0b76ab0db7e677b12395541167d4;p=unionfs-2.6.32.y.git minor indentation correction Signed-off-by: Erez Zadok --- 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;