Re: [PATCH 1/2] ARC: dw2 unwind: Fix trailing semicolon

2018-01-23 Thread Vineet Gupta
On 01/23/2018 07:20 AM, Luis de Bethencourt wrote: The trailing semicolon is an empty statement that does no operation. Removing it since it doesn't do anything. Signed-off-by: Luis de Bethencourt Applied to for-curr Thx, -Vineet ___ linux-snps-ar

Re: [PATCH 2/2] ARC: boot log: Fix trailing semicolon

2018-01-23 Thread Vineet Gupta
On 01/23/2018 07:21 AM, Luis de Bethencourt wrote: The trailing semicolon is an empty statement that does no operation. Removing it since it doesn't do anything. Signed-off-by: Luis de Bethencourt Applied to for-curr Thx, -Vineet ___ linux-snps-arc

[PATCH 2/2] ARC: boot log: Fix trailing semicolon

2018-01-23 Thread Luis de Bethencourt
The trailing semicolon is an empty statement that does no operation. Removing it since it doesn't do anything. Signed-off-by: Luis de Bethencourt --- arch/arc/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arc/kernel/setup.c b/arch/arc/kernel/setup.c inde

[PATCH 1/2] ARC: dw2 unwind: Fix trailing semicolon

2018-01-23 Thread Luis de Bethencourt
The trailing semicolon is an empty statement that does no operation. Removing it since it doesn't do anything. Signed-off-by: Luis de Bethencourt --- Hi, After fixing the same thing in drivers/staging/rtl8723bs/, Joe Perches suggested I fix it treewide [0]. Best regards Luis [0] http://dri