diff options
| author | Luca Ceresoli <[email protected]> | 2015-09-22 23:50:37 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-09-29 04:27:22 +0200 |
| commit | 3e4e8e025c374959538d37a812a7c20f7aa8a5c1 (patch) | |
| tree | b2bdac2fd3320ed15e37a178b7ea7b0199087e92 /tools/perf/scripts/python | |
| parent | 3441d08ca20a390ab0484c11bd69f2a75e702774 (diff) | |
staging: rtl8188eu: don't cast when calling rtw_set_fixed_ie()
The 'pbuf' and 'source' arguments to rtw_set_fixed_ie() are (void *), the
explicit typecasts are not needed. They just make code less readable.
Also fix checkpatch issues in the lines touched:
ERROR: space prohibited before that ',' (ctx:WxW)
WARNING: line over 80 characters
CHECK: Unnecessary parentheses around <var>
Note: some of the modified lines are still over 80 characters because they
are not fixable by just adding newlines. They will be fixed in a later
patch.
Signed-off-by: Luca Ceresoli <[email protected]>
Cc: Larry Finger <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions