Tag: e1b32e1e89ee69fd62e6d3bd781d017748889e00

Staging: rtl8192e: rtl_wx.c: Remove braces for single statement blocks

Author: Shraddha Barke <shraddha.6596@gmail.com> The linux kernel coding style discourages use of braces for single statement blocks. This patch removes the unnecessary braces. The warning was detected using checkpatch.pl. Coccinelle was used to make the change. Signed-off-by: Shraddha Barke Signed-off-by: Greg Kroah-Hartman — drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 3 +– 1 file changed, 1 insertion(+), 2 deletions(-)   …

Continue reading