[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20181005153107.26147ecc@canb.auug.org.au>
Date: Fri, 5 Oct 2018 15:31:07 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Herbert Xu <herbert@...dor.apana.org.au>
Cc: Linux-Next Mailing List <linux-next@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Srikanth Jampala <Jampala.Srikanth@...ium.com>
Subject: linux-next: build warning after merge of the crypto tree
Hi Herbert,
After merging the crypto tree, today's linux-next build (powerpc
allyesconfig) produced this warning:
drivers/crypto/cavium/nitrox/nitrox_debugfs.c: In function 'stats_show':
drivers/crypto/cavium/nitrox/nitrox_debugfs.c:62:30: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'long int' [-Wformat=]
seq_printf(s, " Posted: %lld\n", atomic64_read(&ndev->stats.posted));
~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%ld
drivers/crypto/cavium/nitrox/nitrox_debugfs.c:63:33: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'long int' [-Wformat=]
seq_printf(s, " Completed: %lld\n",
~~~^
%ld
atomic64_read(&ndev->stats.completed));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/crypto/cavium/nitrox/nitrox_debugfs.c:65:31: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'long int' [-Wformat=]
seq_printf(s, " Dropped: %lld\n", atomic64_read(&ndev->stats.dropped));
~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%ld
Introduced by commit
2a8780be9c26 ("crypto: cavium/nitrox - updated debugfs information.")
--
Cheers,
Stephen Rothwell
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists