All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Coelho, Luciano" <luciano.coelho@intel.com>
To: "rdunlap@infradead.org" <rdunlap@infradead.org>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>
Cc: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
	"kuba@kernel.org" <kuba@kernel.org>,
	"kvalo@codeaurora.org" <kvalo@codeaurora.org>,
	lkp <lkp@intel.com>, "davem@davemloft.net" <davem@davemloft.net>
Subject: Re: [PATCH -net] wireless: iwlwifi: fix printk format warnings in uefi.c
Date: Mon, 6 Sep 2021 07:21:22 +0000	[thread overview]
Message-ID: <044a1185a6273747fe906367a6d3d25d5ceff9f2.camel@intel.com> (raw)
In-Reply-To: <e5ccd622-e876-d4e8-5f2b-e1d183799026@infradead.org>

On Sun, 2021-09-05 at 12:07 -0700, Randy Dunlap wrote:
> On 8/20/21 7:09 PM, Randy Dunlap wrote:
> > The kernel test robot reports printk format warnings in uefi.c, so
> > correct them.
> > 
> > ../drivers/net/wireless/intel/iwlwifi/fw/uefi.c: In function 'iwl_uefi_get_pnvm':
> > ../drivers/net/wireless/intel/iwlwifi/fw/uefi.c:52:30: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type 'long unsigned int' [-Wformat=]
> >     52 |                              "PNVM UEFI variable not found %d (len %zd)\n",
> >        |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >     53 |                              err, package_size);
> >        |                                   ~~~~~~~~~~~~
> >        |                                   |
> >        |                                   long unsigned int
> > ../drivers/net/wireless/intel/iwlwifi/fw/uefi.c:59:29: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type 'long unsigned int' [-Wformat=]
> >     59 |         IWL_DEBUG_FW(trans, "Read PNVM from UEFI with size %zd\n", package_size);
> >        |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~~~~~~~~~~
> >        |                                                                    |
> >        |                                                                    long unsigned int
> > 
> > Fixes: 84c3c9952afb ("iwlwifi: move UEFI code to a separate file")
> > Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> > Reported-by: kernel test robot <lkp@intel.com>
> > Cc: Kalle Valo <kvalo@codeaurora.org>
> > Cc: Luca Coelho <luciano.coelho@intel.com>
> > Cc: linux-wireless@vger.kernel.org
> > Cc: "David S. Miller" <davem@davemloft.net>
> > Cc: Jakub Kicinski <kuba@kernel.org>
> > ---
> >   drivers/net/wireless/intel/iwlwifi/fw/uefi.c |    4 ++--
> >   1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > --- linux-next-20210820.orig/drivers/net/wireless/intel/iwlwifi/fw/uefi.c
> > +++ linux-next-20210820/drivers/net/wireless/intel/iwlwifi/fw/uefi.c
> > @@ -49,14 +49,14 @@ void *iwl_uefi_get_pnvm(struct iwl_trans
> >   	err = efivar_entry_get(pnvm_efivar, NULL, &package_size, data);
> >   	if (err) {
> >   		IWL_DEBUG_FW(trans,
> > -			     "PNVM UEFI variable not found %d (len %zd)\n",
> > +			     "PNVM UEFI variable not found %d (len %lu)\n",
> >   			     err, package_size);
> >   		kfree(data);
> >   		data = ERR_PTR(err);
> >   		goto out;
> >   	}
> >   
> > 
> > -	IWL_DEBUG_FW(trans, "Read PNVM from UEFI with size %zd\n", package_size);
> > +	IWL_DEBUG_FW(trans, "Read PNVM from UEFI with size %lu\n", package_size);
> >   	*len = package_size;
> >   
> > 
> >   out:
> > 
> 
> Hm, no one has commented on this and the robot is still reporting it as
> build warnings.
> Do I need to resend it?

No need to resend.  Kalle, can you take this directly to wireless-
drivers? I have assigned it to you in patchwork.

--
Cheers,
Luca.

  reply	other threads:[~2021-09-06  7:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-21  2:09 [PATCH -net] wireless: iwlwifi: fix printk format warnings in uefi.c Randy Dunlap
2021-09-05 19:07 ` Randy Dunlap
2021-09-06  7:21   ` Coelho, Luciano [this message]
2021-09-06 10:03 ` Kalle Valo

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=044a1185a6273747fe906367a6d3d25d5ceff9f2.camel@intel.com \
    --to=luciano.coelho@intel.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=rdunlap@infradead.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.