aboutsummaryrefslogtreecommitdiffstats
path: root/rust/compiler_builtins.rs
diff options
context:
space:
mode:
authorAndy Shevchenko <[email protected]>2025-03-24 19:46:51 +0000
committerRussell King (Oracle) <[email protected]>2025-03-26 13:31:49 +0000
commit623c3015d8c9b7d7c6b9796f6e3667428ab6327a (patch)
tree70d6b7e2a4b5bfcfef0cc0416db3c75979e6014d /rust/compiler_builtins.rs
parentARM: 9444/1: add KEEP() keyword to ARM_VECTORS (diff)
downloadkernel-623c3015d8c9b7d7c6b9796f6e3667428ab6327a.tar.gz
kernel-623c3015d8c9b7d7c6b9796f6e3667428ab6327a.zip
ARM: 9445/1: clkdev: Mark some functions with __printf() attribute
Some of the functions are using printf() type of format, and compiler is not happy about them as is: clkdev.c:185:17: error: function ‘vclkdev_alloc’ might be a candidate for gnu_printf’ format attribute [-Werror=suggest-attribute=format] clkdev.c:224:9: error: function ‘vclkdev_create’ might be a candidate for gnu_printf’ format attribute [-Werror=suggest-attribute=format] clkdev.c:314:9: error: function ‘__clk_register_clkdev’ might be a candidate for ‘gnu_printf’ format attribute [-Werror=suggest-attribute=format] Fix the compilation errors by adding __printf() attributes. Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Russell King (Oracle) <[email protected]>
Diffstat (limited to 'rust/compiler_builtins.rs')
0 files changed, 0 insertions, 0 deletions