Re: [PATCH-next] hal_com_phycfg: Remove unneeded semicolons

2018-01-22 Thread Christopher Díaz Riveros
El lun, 22-01-2018 a las 17:03 +0100, Greg KH escribió: > On Wed, Jan 17, 2018 at 08:29:21PM -0500, Christopher Díaz Riveros > wrote: > > Trivial fix removes unneeded semicolons after switch blocks. > > > > This issue was detected by using the Coccinelle software. > > > > Signed-off-by: Christoph

Re: [PATCH-next] hal_com_phycfg: Remove unneeded semicolons

2018-01-22 Thread Greg KH
On Wed, Jan 17, 2018 at 08:29:21PM -0500, Christopher Díaz Riveros wrote: > Trivial fix removes unneeded semicolons after switch blocks. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Christopher Díaz Riveros > --- > drivers/staging/rtl8723bs/hal/hal_com_phycfg

[PATCH-next] hal_com_phycfg: Remove unneeded semicolons

2018-01-17 Thread Christopher Díaz Riveros
Trivial fix removes unneeded semicolons after switch blocks. This issue was detected by using the Coccinelle software. Signed-off-by: Christopher Díaz Riveros --- drivers/staging/rtl8723bs/hal/hal_com_phycfg.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/