Re: [PATCH] drm: amd: Fix trailing semicolons

2018-01-30 Thread Alex Deucher
On Wed, Jan 17, 2018 at 1:50 PM, Luis de Bethencourt wrote: > The trailing semicolon is an empty statement that does no operation. > Removing the two instances of them since they don't do anything. > > Signed-off-by: Luis de Bethencourt Applied. thanks! Alex > --- > > Hi, > > After fixing the

[PATCH] drm: amd: Fix trailing semicolons

2018-01-19 Thread Luis de Bethencourt
The trailing semicolon is an empty statement that does no operation. Removing the two instances of them since they don'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