[PATCH 1/1] fs/efs/namei.c: return is not a function

2014-07-02 Thread Fabian Frederick
Fix checkpatch errors: "ERROR: return is not a function, parentheses are not required" Cc: Andrew Morton Signed-off-by: Fabian Frederick --- fs/efs/namei.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/fs/efs/namei.c b/fs/efs/namei.c index 356c044..bbee8f0

[PATCH 1/1] fs/efs/namei.c: return is not a function

2014-07-02 Thread Fabian Frederick
Fix checkpatch errors: ERROR: return is not a function, parentheses are not required Cc: Andrew Morton a...@linux-foundation.org Signed-off-by: Fabian Frederick f...@skynet.be --- fs/efs/namei.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/fs/efs/namei.c