From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v4 3/3] net/xen-netback: Don't mix hexa and decimal with 0x in the printf format Date: Wed, 17 Jun 2015 10:25:43 +0100 Message-ID: <1434533143.13744.273.camel@citrix.com> References: <1434481848-26387-1-git-send-email-julien.grall@citrix.com> <1434481848-26387-4-git-send-email-julien.grall@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: , , Wei Liu , To: Julien Grall Return-path: Received: from smtp.citrix.com ([66.165.176.89]:45317 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751136AbbFQJZq (ORCPT ); Wed, 17 Jun 2015 05:25:46 -0400 In-Reply-To: <1434481848-26387-4-git-send-email-julien.grall@citrix.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 2015-06-16 at 20:10 +0100, Julien Grall wrote: > Append 0x to all %x in order to avoid while reading when there is other > decimal value in the log. > > Also replace some of the hexadecimal print to decimal to uniformize the > format with netfront. > > Signed-off-by: Julien Grall > Cc: Wei Liu > Cc: Ian Campbell > Cc: netdev@vger.kernel.org You meant s/Append/Prepend/, nonetheless: Acked-by: Ian Campbell