Revision bb2e320565f997273fe04035bb6c17f643da6f8a authored by Valdis Kletnieks on 12 March 2019, 08:17:56 UTC, committed by Thomas Gleixner on 22 March 2019, 12:34:12 UTC
Building with 'make W=1' complains:

  CC      kernel/irq/devres.o
kernel/irq/devres.c:104: warning: Excess function parameter 'thread_fn'
			 description in 'devm_request_any_context_irq'

Remove it.

Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/31207.1552378676@turing-police


1 parent f27b744
History
File Mode Size
.gitignore -rw-r--r-- 24 bytes
Kconfig -rw-r--r-- 8.3 KB
Makefile -rw-r--r-- 1.2 KB
arm_ssp_per_task_plugin.c -rw-r--r-- 2.8 KB
cyc_complexity_plugin.c -rw-r--r-- 1.7 KB
gcc-common.h -rw-r--r-- 23.5 KB
gcc-generate-gimple-pass.h -rw-r--r-- 4.1 KB
gcc-generate-ipa-pass.h -rw-r--r-- 7.4 KB
gcc-generate-rtl-pass.h -rw-r--r-- 4.1 KB
gcc-generate-simple_ipa-pass.h -rw-r--r-- 4.1 KB
gen-random-seed.sh -rw-r--r-- 305 bytes
latent_entropy_plugin.c -rw-r--r-- 16.6 KB
randomize_layout_plugin.c -rw-r--r-- 26.4 KB
sancov_plugin.c -rw-r--r-- 3.8 KB
stackleak_plugin.c -rw-r--r-- 12.6 KB
structleak_plugin.c -rw-r--r-- 7.4 KB

back to top