Tag: 4e7c855eae56f9723b92d058505a9d87a5e9c76f

staging: rtl8723au: Remove unnecessary parantheses

Author: Bhaktipriya Shridhar <bhaktipriya96@gmail.com> Removed parantheses on the right hand side of assignments as they are not needed. This was done with Coccinelle: @@ expression a, b; @@ a = – ( b – ) ; Signed-off-by: Bhaktipriya Shridhar Signed-off-by: Greg Kroah-Hartman — drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 4 ++– 1 file changed, 2 insertions(+), 2 deletions(-)   …

Continue reading