aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2011-03-17 14:08:57 -0400
committerJohn W. Linville <[email protected]>2011-03-21 15:19:48 -0400
commit6e9d592f02f657361168c94e22d9602cad71a09c (patch)
treeaa8680745ca3ba24313fcfa65dcb22462b3441ca /tools
parent5da201a4c86aac6c46a071c5c8255601090b65b2 (diff)
rtlwifi: Fix memset argument order
These were found using the following semantic match: // <smpl> @@expression E1; type T;@@ * memset(E1, ... * sizeof(T) * ..., ...); // </smpl> Also take this opportunity to remove the unnecessary void* casts. Signed-off-by: Ilia Mirkin <[email protected]> Tested-by: Larry Finger <[email protected]> Acked-by: Larry Finger <[email protected]> Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions