[ATALK]: endian annotations

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Alexey Dobriyan
2005-06-20 13:32:05 -07:00
committed by David S. Miller
parent f852640e74
commit f6e276ee67
3 changed files with 15 additions and 15 deletions

View File

@@ -401,7 +401,7 @@ out_err:
}
/* Find a match for a specific network:node pair */
static struct atalk_iface *atalk_find_interface(int net, int node)
static struct atalk_iface *atalk_find_interface(__be16 net, int node)
{
struct atalk_iface *iface;