Tag: 0d20dac3775ea61443dd52a8cf9c55e60b48e3a3

staging: rtl8188eu: core: Removed unnecessary parenthesis.

Author: Gulsah Kose <gulsah.1004@gmail.com> This patch removes unnecessarry parenthesis in rtw_security.c by using this coccinelle script: @r1@ expression e1,e2; @@ if – ((e1 == e2)) + (e1 == e2) {…} Signed-off-by: Gulsah Kose Acked-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman — drivers/staging/rtl8188eu/core/rtw_security.c | 4 ++– 1 file changed, 2 insertions(+), 2 deletions(-)   diff –git a/drivers/staging/rtl8188eu/core/rtw_security.c …

Continue reading

BtrLinux
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.