diff options
author | Nicholas Bellinger <nab@linux-iscsi.org> | 2016-02-28 03:25:22 +0100 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2016-03-11 06:49:06 +0100 |
commit | 0241fd39ce7bc9b82b7e57305cb0d6bb1364d45b (patch) | |
tree | 318545b7df8d7c9a4ba74e84287102a9f0c318e1 /drivers/target/loopback | |
parent | target/user: Don't free expired command when time out (diff) | |
download | linux-0241fd39ce7bc9b82b7e57305cb0d6bb1364d45b.tar.xz linux-0241fd39ce7bc9b82b7e57305cb0d6bb1364d45b.zip |
target/user: Fix size_t format-spec build warning
Fix the following printk size_t warning as per 0-day build:
All warnings (new ones prefixed by >>):
drivers/target/target_core_user.c: In function 'is_ring_space_avail':
>> drivers/target/target_core_user.c:385:12: warning: format '%lu'
>> expects argument of type 'long unsigned int', but argument 3 has type
>> 'size_t {aka unsigned int}' [-Wformat=]
pr_debug("no data space: only %lu available, but ask for %lu\n",
^
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/loopback')
0 files changed, 0 insertions, 0 deletions