Home
last modified time | relevance | path

Searched hist:bb106dc0 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/staging/rtl8712/
H A Dieee80211.cbb106dc0 Mon Feb 22 11:09:00 CST 2016 Bhaktipriya Shridhar <bhaktipriya96@gmail.com> staging: rtl8712: Remove unnecessary parantheses

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 <bhaktipriya96@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
bb106dc0 Mon Feb 22 11:09:00 CST 2016 Bhaktipriya Shridhar <bhaktipriya96@gmail.com> staging: rtl8712: Remove unnecessary parantheses

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 <bhaktipriya96@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>