commit | 1590fb3a619d432c956f45b0089182f153295365 | [log] [tgz] |
---|---|---|
author | Luis de Bethencourt <luisbg@kernel.org> | Tue Jan 09 16:51:03 2018 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 09 19:40:22 2018 +0100 |
tree | 015897912f553abf93fa717bf6c431bf5df85c60 | |
parent | 24c971c61335cdc5e8fbeeb9dcc2805fa327d040 [diff] |
staging: rtl8723bs: Fix trailing semicolon 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 <luisbg@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>