diff options
author | Bjorn Helgaas <[email protected]> | 2021-01-15 17:18:36 -0600 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2023-08-25 08:15:08 -0500 |
commit | 62008578b73f16e274070a232b939ba5933bb8ba (patch) | |
tree | 5760417fb49fa8b0abed6babeba833b8f6cf25b2 /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | a49287d32d57b1bae7d53c2e6fba1b729e782568 (diff) |
PCI: Fix printk field formatting
Previously we used "%#08x" to print a 32-bit value. This fills an
8-character field with "0x...", but of course many 32-bit values require a
10-character field "0x12345678" for this format. Fix the formats to avoid
confusion.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Ilpo Järvinen <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions