Revision 537d71b3f774c3e825540ab626bad6c0ed2b5ff7 authored by Bart Van Assche on 20 March 2019, 20:18:45 UTC, committed by Jens Axboe on 20 March 2019, 20:39:09 UTC
Avoid that the following warnings are reported when building with W=1:

block/blk-cgroup.c:1755: warning: Function parameter or member 'q' not described in 'blkcg_schedule_throttle'
block/blk-cgroup.c:1755: warning: Function parameter or member 'use_memdelay' not described in 'blkcg_schedule_throttle'
block/blk-cgroup.c:1779: warning: Function parameter or member 'blkg' not described in 'blkcg_add_delay'
block/blk-cgroup.c:1779: warning: Function parameter or member 'now' not described in 'blkcg_add_delay'
block/blk-cgroup.c:1779: warning: Function parameter or member 'delta' not described in 'blkcg_add_delay'

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 373e915
History
File Mode Size
event
Kconfig -rw-r--r-- 4.3 KB
Makefile -rw-r--r-- 678 bytes
devfreq-event.c -rw-r--r-- 12.0 KB
devfreq.c -rw-r--r-- 41.8 KB
exynos-bus.c -rw-r--r-- 13.8 KB
governor.h -rw-r--r-- 2.7 KB
governor_passive.c -rw-r--r-- 5.5 KB
governor_performance.c -rw-r--r-- 1.5 KB
governor_powersave.c -rw-r--r-- 1.4 KB
governor_simpleondemand.c -rw-r--r-- 3.4 KB
governor_userspace.c -rw-r--r-- 3.4 KB
rk3399_dmc.c -rw-r--r-- 12.5 KB
tegra-devfreq.c -rw-r--r-- 20.2 KB

back to top