Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755907AbbFUQ36 (ORCPT ); Sun, 21 Jun 2015 12:29:58 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:46438 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751365AbbFUQ3s (ORCPT ); Sun, 21 Jun 2015 12:29:48 -0400 Date: Sun, 21 Jun 2015 09:41:34 -0700 (PDT) Message-Id: <20150621.094134.1149270002243134887.davem@davemloft.net> To: julien.grall@citrix.com Cc: xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org, david.vrabel@citrix.com, konrad.wilk@oracle.com, boris.ostrovsky@oracle.com, netdev@vger.kernel.org Subject: Re: [PATCH v4 1/3] net/xen-netfront: Correct printf format in xennet_get_responses From: David Miller In-Reply-To: <1434481848-26387-2-git-send-email-julien.grall@citrix.com> References: <1434481848-26387-1-git-send-email-julien.grall@citrix.com> <1434481848-26387-2-git-send-email-julien.grall@citrix.com> X-Mailer: Mew version 6.4 on Emacs 23.4 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sun, 21 Jun 2015 09:29:48 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 509 Lines: 15 From: Julien Grall Date: Tue, 16 Jun 2015 20:10:46 +0100 > rx->status is an int16_t, print it using %d rather than %u in order to > have a meaningful value when the field is negative. > > Also use %u rather than %x for rx->offset. > > Signed-off-by: Julien Grall > Reviewed-by: David Vrabel Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/