[PATCH 1/30] return statement cleanup - kill pointless parenthesesin kernel/time.c

From: Jesper Juhl
Date: Wed Dec 15 2004 - 18:56:53 EST




This patch removes pointless parentheses from return statements in
kernel/time.c

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

--- linux-2.6.10-rc3-bk8-orig/kernel/time.c 2004-12-06 22:24:56.000000000 +0100
+++ linux-2.6.10-rc3-bk8/kernel/time.c 2004-12-16 00:07:22.000000000 +0100
@@ -399,7 +399,7 @@ leave: if ((time_status & (STA_UNSYNC|ST
txc->stbcnt = pps_stbcnt;
write_sequnlock_irq(&xtime_lock);
do_gettimeofday(&txc->time);
- return(result);
+ return result;
}

asmlinkage long sys_adjtimex(struct timex __user *txc_p)



-
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/