[NET] driver/s390/net: Checksum annotations.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Al Viro
2006-11-14 21:43:44 -08:00
committed by David S. Miller
parent 43bc0ca7ea
commit 5a5a852e45
4 changed files with 24 additions and 24 deletions

View File

@@ -1147,7 +1147,7 @@ list_modified:
* get mac address for the relevant Multicast address
*/
static void
lcs_get_mac_for_ipm(__u32 ipm, char *mac, struct net_device *dev)
lcs_get_mac_for_ipm(__be32 ipm, char *mac, struct net_device *dev)
{
LCS_DBF_TEXT(4,trace, "getmac");
if (dev->type == ARPHRD_IEEE802_TR)