commit | ad930650c0e694233971c56e8de8e78b896e2613 | [log] [tgz] |
---|---|---|
author | Jason Lunz <lunz@falooley.org> | Tue Feb 20 23:19:54 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Feb 26 11:42:45 2007 -0800 |
tree | c14d67f354f8d8d93cd1e160f196e08474d43061 | |
parent | ca17c23345308a8692a65a0cca363d9108a665ca [diff] |
[AF_PACKET]: Remove unnecessary casts. packet_lookup_frame() always returns tpacket_hdr*, so there's no reason to return char* and require casting by callers. Also, remove a cast of void*. Signed-off-by: Jason Lunz <lunz@falooley.org> Signed-off-by: David S. Miller <davem@davemloft.net>