diff options
| author | Andy Shevchenko <[email protected]> | 2025-05-15 08:55:16 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2025-05-15 14:28:09 +0000 |
| commit | a4a39c81e1043b153bde3ef5cb3cf94222ffd918 (patch) | |
| tree | 75a061b42b9e3f5d04b1b80095348befcee1d625 /drivers/fpga/tests/fpga-mgr-test.c | |
| parent | genirq/manage: Use the correct lock guard in irq_set_irq_wake() (diff) | |
| download | kernel-a4a39c81e1043b153bde3ef5cb3cf94222ffd918.tar.gz kernel-a4a39c81e1043b153bde3ef5cb3cf94222ffd918.zip | |
genirq: Bump the size of the local variable for sprintf()
GCC is not happy about a sprintf() call on a buffer that might be too small
for the given formatting string.
kernel/irq/debugfs.c:233:26: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
Fix this by bumping the size of the local variable for sprintf().
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Diffstat (limited to 'drivers/fpga/tests/fpga-mgr-test.c')
0 files changed, 0 insertions, 0 deletions
