summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2022-03-29 12:37:56 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-04 07:33:47 +0200
commitb49f6911899b60086b818c452c842e5fb92095d3 (patch)
treed59769f1338b5eed3f766373ba986e7539c70d9b /tools/perf/scripts/python/bin/stackcollapse-record
parentb2bfb60c083c5addd7daf5d2817ce4e09ffaf625 (diff)
downloadkernel-b49f6911899b60086b818c452c842e5fb92095d3.tar.gz
staging: r8188eu: convert rtw_inc_and_chk_continual_urb_error() to bool
Function rtw_inc_and_chk_continual_urb_error() returns boolean values. Change its return type from int to bool. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20220329103756.6740-5-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
029316ea552f99823d116ee5f5f955'>rcu/x86: Provide early rcu_cpu_starting() callbackPeter Zijlstra 2017-11-27rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney 2017-07-24srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCUPaul E. McKenney 2017-06-08rcu: Remove #ifdef moving rcu_end_inkernel_boot from rcupdate.hPaul E. McKenney 2017-06-08rcu: Refactor #includes from include/linux/rcupdate.hPaul E. McKenney 2017-06-08rcu: Move rcutiny.h to new empty/true/false-function stylePaul E. McKenney 2017-06-08rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.hPaul E. McKenney 2017-06-08rcu: Move torture-related functions out of rcutiny.h and rcutree.hPaul E. McKenney 2017-06-08rcu: Eliminate the unused __rcu_is_watching() functionPaul E. McKenney 2017-06-08rcu: Move torture-related definitions from rcupdate.h to rcu.hPaul E. McKenney 2017-04-21rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney 2017-04-18srcu: Allow SRCU to access rcu_scheduler_activePaul E. McKenney 2017-04-18rcu: Maintain special bits at bottom of ->dynticks counterPaul E. McKenney 2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar