staging: rtl8723bs: Fix trailing semicolon
authorLuis de Bethencourt <luisbg@kernel.org>
Wed, 10 Jan 2018 16:51:28 +0000 (16:51 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Jan 2018 18:14:47 +0000 (19:14 +0100)
commit66e3bc9c80e8c4c270968abe5b9839b0eb6058db
treeffcb793f1123b26b4fe474fc5ff27b9aedfb4c50
parent9365f281e2c7c27fc5d02324640e66e61d09400c
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>
drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c