WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH] netfront: 64bit cleanup

To: Jon Mason <jdmason@xxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH] netfront: 64bit cleanup
From: Vincent Hanquez <vincent.hanquez@xxxxxxxxxxxx>
Date: Sat, 18 Jun 2005 12:24:47 +0200
Cc: Xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 18 Jun 2005 10:23:47 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20050617224434.GA4491@xxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20050617224434.GA4491@xxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
On Fri, Jun 17, 2005 at 05:44:34PM -0500, Jon Mason wrote:
>                      printk(KERN_INFO "Received packet needs %d bytes more "
> -                           "headroom.\n", skb->tail - skb->end);
> +                           "headroom.\n", (int)(skb->tail - skb->end));

this is not right here. the right fix is to modify %d to be %zd

the rest looks good, applied.

Thanks,
-- 
Vincent Hanquez

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>