Re: [PATCH 3/3] staging: rtl8723bs: Fix trailing semicolon in comment

2018-01-10 Thread Dan Carpenter
On Wed, Jan 10, 2018 at 01:50:38PM +, Luis de Bethencourt wrote: > Even though the code is commented out, it has a small bug. The trailing > semicolon is an empty statement that does no operation. Removing it since > it doesn't do anything. It's not a bug because it's totally harmless to add e

[PATCH 3/3] staging: rtl8723bs: Fix trailing semicolon in comment

2018-01-10 Thread Luis de Bethencourt
Even though the code is commented out, it has a small bug. 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 --- drivers/staging/rtl8723bs/core/rtw_mlme.c | 2 +- 1 file changed, 1 insertion(+), 1 del