net: shell: Correct print format specifier
Fix warning using incorrect format specifier Change-Id: Ib6800c40b2cd769612ae6f107e41a941926d8e66 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
504b273b85
commit
9bf3ea071a
1 changed files with 1 additions and 1 deletions
|
@ -1222,7 +1222,7 @@ static int shell_cmd_stacks(int argc, char *argv[])
|
|||
info->size + stack_offset, unused,
|
||||
info->size - unused, info->size, pcnt);
|
||||
#else
|
||||
printk("%s [%s] stack size %u usage not available\n",
|
||||
printk("%s [%s] stack size %zu usage not available\n",
|
||||
info->pretty_name, info->name, info->orig_size);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue