Re: [PATCH 1/1] arm: remove extra semicolon in if statement

2013-03-01 Thread Mark Rutland
On Fri, Mar 01, 2013 at 08:36:24AM +, Uwe Kleine-König wrote: > Hello, > > On Fri, Mar 01, 2013 at 01:25:52AM -0300, Vinicius Tinti wrote: > > Remove extra semicolon in perf_event.c if statement. > The commit log sounds like a style fix, but your patch introduces a > semantical change. I

Re: [PATCH 1/1] arm: remove extra semicolon in if statement

2013-03-01 Thread Uwe Kleine-König
Hello, On Fri, Mar 01, 2013 at 01:25:52AM -0300, Vinicius Tinti wrote: > Remove extra semicolon in perf_event.c if statement. The commit log sounds like a style fix, but your patch introduces a semantical change. I suspect this patch fixes a real bug, you should point that out here. Best regards

Re: [PATCH 1/1] arm: remove extra semicolon in if statement

2013-03-01 Thread Uwe Kleine-König
Hello, On Fri, Mar 01, 2013 at 01:25:52AM -0300, Vinicius Tinti wrote: Remove extra semicolon in perf_event.c if statement. The commit log sounds like a style fix, but your patch introduces a semantical change. I suspect this patch fixes a real bug, you should point that out here. Best regards

Re: [PATCH 1/1] arm: remove extra semicolon in if statement

2013-03-01 Thread Mark Rutland
On Fri, Mar 01, 2013 at 08:36:24AM +, Uwe Kleine-König wrote: Hello, On Fri, Mar 01, 2013 at 01:25:52AM -0300, Vinicius Tinti wrote: Remove extra semicolon in perf_event.c if statement. The commit log sounds like a style fix, but your patch introduces a semantical change. I suspect

[PATCH 1/1] arm: remove extra semicolon in if statement

2013-02-28 Thread Vinicius Tinti
Remove extra semicolon in perf_event.c if statement. Signed-off-by: Vinicius Tinti --- arch/arm/kernel/perf_event.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/kernel/perf_event.c b/arch/arm/kernel/perf_event.c index 31e0eb3..a892067 100644 ---

[PATCH 1/1] arm: remove extra semicolon in if statement

2013-02-28 Thread Vinicius Tinti
Remove extra semicolon in perf_event.c if statement. Signed-off-by: Vinicius Tinti viniciusti...@gmail.com --- arch/arm/kernel/perf_event.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/kernel/perf_event.c b/arch/arm/kernel/perf_event.c index 31e0eb3..a892067