[PATCH] ia64: Remove an extra parenthesis in time.c

From: Masanari Iida
Date: Sat Jul 15 2017 - 09:08:33 EST


This patch removes an extra parenthesis.
It was found by cppcheck.

Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx>
---
arch/ia64/kernel/time.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/ia64/kernel/time.c b/arch/ia64/kernel/time.c
index aa7be020a904..c954523d00fe 100644
--- a/arch/ia64/kernel/time.c
+++ b/arch/ia64/kernel/time.c
@@ -88,7 +88,7 @@ void vtime_flush(struct task_struct *tsk)
}

if (ti->softirq_time) {
- delta = cycle_to_nsec(ti->softirq_time));
+ delta = cycle_to_nsec(ti->softirq_time);
account_system_index_time(tsk, delta, CPUTIME_SOFTIRQ);
}

--
2.14.0.rc0