Re: [PATCH] drm: Fix trailing semicolon

2018-01-30 Thread Alex Deucher
On Wed, Jan 17, 2018 at 1:22 PM, 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. thanks! Alex > --- > > Hi, > > After fixing the same thing in drivers/

[PATCH] drm: Fix trailing semicolon

2018-01-18 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