Joe Perches
e3192690a3
net: Remove casts to same type
...
Adding casts of objects to the same type is unnecessary
and confusing for a human reader.
For example, this cast:
int y;
int *p = (int *)&y;
I used the coccinelle script below to find and remove these
unnecessary casts. I manually removed the conversions this
script produces of casts with __force and __user.
@@
type T;
T *p;
@@
- (T *)p
+ p
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-06-04 11:45:11 -04:00
..
2012-06-04 11:45:11 -04:00
2012-05-15 20:23:16 -04:00
2012-05-16 22:17:37 -04:00
2012-04-20 21:22:30 -04:00
2012-06-04 11:45:11 -04:00
2012-06-04 11:27:40 -04:00
2012-05-14 09:05:08 +02:00
2012-06-02 15:21:43 -07:00
2012-05-17 15:49:51 -04:00
2012-05-22 19:22:50 -07:00
2012-04-16 21:08:18 +02:00
2012-05-30 11:17:19 -07:00
2012-06-04 11:27:40 -04:00
2012-04-25 19:47:17 -04:00
2012-05-17 04:50:21 -04:00
2012-06-04 11:45:11 -04:00
2012-05-21 20:27:36 -07:00
2012-05-09 20:49:19 -04:00
2012-05-10 23:33:01 -04:00
2012-05-16 15:17:08 -04:00
2012-06-04 11:45:11 -04:00
2012-06-04 11:45:11 -04:00
2012-05-19 00:51:04 -04:00
2012-06-04 11:45:11 -04:00
2012-03-22 18:15:32 -07:00
2012-04-15 12:44:40 -04:00
2012-06-04 11:45:11 -04:00
2012-05-17 18:45:20 -04:00
2012-05-17 04:50:21 -04:00
2012-06-04 11:45:11 -04:00
2012-05-16 15:17:08 -04:00
2012-06-04 11:45:11 -04:00
2012-03-22 19:29:57 -04:00
2012-05-29 22:33:56 -04:00
2012-04-20 21:22:30 -04:00
2012-05-16 13:08:14 -04:00
2012-05-16 22:17:37 -04:00
2012-06-04 11:45:11 -04:00
2012-04-20 21:22:30 -04:00
2012-05-29 17:30:07 -04:00
2012-03-11 14:27:37 -04:00
2012-04-20 21:22:30 -04:00
2012-04-15 12:44:40 -04:00
2012-06-01 10:37:18 -04:00
2012-05-16 22:17:37 -04:00
2012-06-01 08:32:58 -07:00
2012-06-04 11:45:11 -04:00
2012-04-25 20:46:59 -04:00
2012-05-24 16:22:53 -04:00
2012-04-15 12:44:40 -04:00
2012-05-22 15:18:06 -04:00
2012-04-23 22:28:28 -04:00
2012-05-27 01:11:22 -04:00
2012-05-21 20:27:36 -07:00
2012-05-21 12:50:12 -07:00
2012-05-18 01:35:08 -04:00
2012-05-22 17:37:47 -07:00
2012-05-15 20:14:35 -04:00