diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2017-08-01 04:22:59 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-08-03 04:21:23 +0200 |
commit | 12d884633143d74286a1c5b57d5d4cb186ba7513 (patch) | |
tree | 565114bd148de399c8996cc585dcab43800b8a64 /user_call/netrom_call.c | |
parent | a9c535270d1224ff0e23fa6657e52be4659cf1ff (diff) |
treewide: Remove useless casts from bind() pointer argument.
This is using the following semantic patch:
@bind@
type T;
expression A, C;
struct sockaddr *B;
@@
- bind(A, (struct sockaddr *) B, C)
+ bind(A, B, C)
@bind_in@
type T;
expression A, C;
struct sockaddr_in *B;
@@
- bind(A, (struct sockaddr *) B, C)
+ bind(A, B, C)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'user_call/netrom_call.c')
0 files changed, 0 insertions, 0 deletions