From: Greg KH <gregkh@linuxfoundation.org>
To: Mathias Nyman <mathias.nyman@linux.intel.com>
Cc: Fabio Estevam <festevam@gmail.com>,
mathias.nyman@intel.com, linux-usb@vger.kernel.org,
henryl@nvidia.com
Subject: Re: [PATCH v2] xhci: Use %zu for printing size_t type
Date: Wed, 22 May 2019 18:20:03 +0200 [thread overview]
Message-ID: <20190522162003.GB30643@kroah.com> (raw)
In-Reply-To: <8ac71a87-cf73-852b-c4b7-4322f0ed5e5b@linux.intel.com>
On Wed, May 22, 2019 at 05:08:13PM +0300, Mathias Nyman wrote:
> On 22.5.2019 16.35, Fabio Estevam wrote:
> > Commit 597c56e372da ("xhci: update bounce buffer with correct sg num")
> > caused the following build warnings:
> >
> > drivers/usb/host/xhci-ring.c:676:19: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t {aka unsigned int}' [-Wformat=]
> >
> > Use %zu for printing size_t type in order to fix the warnings.
> >
> > Fixes: 597c56e372da ("xhci: update bounce buffer with correct sg num")
> > Reported-by: kbuild test robot <lkp@intel.com>
> > Signed-off-by: Fabio Estevam <festevam@gmail.com>
> > ---
>
> Thanks for writing this follow-up patch
>
> Acked-by: Mathias Nyman <mathias.nyman@linux.intel.com>
>
>
>
Thanks, now queued up.
greg k-h
prev parent reply other threads:[~2019-05-22 16:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-22 13:35 [PATCH v2] xhci: Use %zu for printing size_t type Fabio Estevam
2019-05-22 14:08 ` Mathias Nyman
2019-05-22 16:20 ` Greg KH [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190522162003.GB30643@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=festevam@gmail.com \
--cc=henryl@nvidia.com \
--cc=linux-usb@vger.kernel.org \
--cc=mathias.nyman@intel.com \
--cc=mathias.nyman@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).