[PATCH 20/30] return statement cleanup - kill pointless parenthesesin fs/coda/dir.c

From: Jesper Juhl
Date: Wed Dec 15 2004 - 20:21:03 EST



This patch removes pointless parentheses from return statements in
fs/coda/dir.c

Signed-off-by: Jesper Juhl <juhl-lkml@xxxxxx>

--- linux-2.6.10-rc3-bk8-orig/fs/coda/dir.c 2004-10-18 23:53:21.000000000 +0200
+++ linux-2.6.10-rc3-bk8/fs/coda/dir.c 2004-12-15 23:48:48.000000000 +0100
@@ -349,7 +349,7 @@ static int coda_link(struct dentry *sour

out:
unlock_kernel();
- return(error);
+ return error;
}



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/