Re: [PATCH] PCI / PM: Fix trailing semicolon

2018-01-17 Thread Rafael J. Wysocki
On Wednesday, January 17, 2018 7:21:49 PM CET Bjorn Helgaas wrote: > [+cc Rafael] > > On Wed, Jan 17, 2018 at 10:33:21AM +, 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:

Re: [PATCH] PCI / PM: Fix trailing semicolon

2018-01-17 Thread Rafael J. Wysocki
On Wednesday, January 17, 2018 7:21:49 PM CET Bjorn Helgaas wrote: > [+cc Rafael] > > On Wed, Jan 17, 2018 at 10:33:21AM +, 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:

Re: [PATCH] PCI / PM: Fix trailing semicolon

2018-01-17 Thread Bjorn Helgaas
[+cc Rafael] On Wed, Jan 17, 2018 at 10:33:21AM +, 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 Acked-by: Bjorn Helgaas

Re: [PATCH] PCI / PM: Fix trailing semicolon

2018-01-17 Thread Bjorn Helgaas
[+cc Rafael] On Wed, Jan 17, 2018 at 10:33:21AM +, 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 Acked-by: Bjorn Helgaas Rafael, I have nothing queued

[PATCH] PCI / PM: Fix trailing semicolon

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

[PATCH] PCI / PM: Fix trailing semicolon

2018-01-17 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]