diff options
| author | Arushi Singhal <[email protected]> | 2017-02-28 16:38:25 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-03-06 09:17:07 +0100 |
| commit | 1935c1450a8035bafee41cb3878880ffe8b4bccd (patch) | |
| tree | 06e8452457e215666564a5ee320f2c2951444b12 /tools/perf/scripts/python | |
| parent | eb1397d16fe7733321d99b5f331a49167478b952 (diff) | |
staging: ks7010: Unnecessary parentheses removed and improved coding style.
Unnecessary parentheses are removed as reported by checkpatch.pl
to make coder nicer and to improve readability.
Also coding style is improved as it's often nicer to read if
&(foo[0]) is converted to foo like:
memcpy(&(ap->bssid[0]), &(ap_info->bssid[0]), ETH_ALEN);
memcpy(ap->bssid, ap_info->bssid, ETH_ALEN);
Signed-off-by: Arushi Singhal <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions