commit | 6e9d592f02f657361168c94e22d9602cad71a09c | [log] [tgz] |
---|---|---|
author | Ilia Mirkin <imirkin@alum.mit.edu> | Thu Mar 17 14:08:57 2011 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Mar 21 15:19:48 2011 -0400 |
tree | aa8680745ca3ba24313fcfa65dcb22462b3441ca | |
parent | 5da201a4c86aac6c46a071c5c8255601090b65b2 [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 <imirkin@alum.mit.edu> Tested-by: Larry Finger <Larry.Finger@lwfinger.net> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>