]> Pileus Git - ~andy/linux/blobdiff - net/phonet/af_phonet.c
net: cleanup unsigned to unsigned int
[~andy/linux] / net / phonet / af_phonet.c
index d65f699fbf343a98d788a8f49286c71dc4f7887f..779ce4ff92ec9e5a7de8ce5123b6c6dbc7d798e3 100644 (file)
@@ -129,7 +129,7 @@ static const struct net_proto_family phonet_proto_family = {
 /* Phonet device header operations */
 static int pn_header_create(struct sk_buff *skb, struct net_device *dev,
                                unsigned short type, const void *daddr,
-                               const void *saddr, unsigned len)
+                               const void *saddr, unsigned int len)
 {
        u8 *media = skb_push(skb, 1);