summaryrefslogtreecommitdiff
path: root/include/trace/events/huge_memory.h
diff options
context:
space:
mode:
authorKalle Valo <kvalo@qca.qualcomm.com>2017-02-02 12:47:56 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2017-02-07 10:43:25 +0200
commit019e4280fac9bf9b382ed3623a574b6946e2870c (patch)
treef946fe6c88795b43a90a4d5b8c292d591de3eb91 /include/trace/events/huge_memory.h
parentb2d60415684663d9dfc616ed97a6f78b3c73c29a (diff)
ath10k: use names in function definition arguments
Fixes new checkpatch warnings: drivers/net/wireless/ath/ath10k/htt.h:1823: function definition argument 'struct sk_buff *' should also have an identifier name drivers/net/wireless/ath/ath10k/wmi.h:6607: function definition argument 'struct wmi_start_scan_arg *' should also have an identifier name Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'include/trace/events/huge_memory.h')
0 files changed, 0 insertions, 0 deletions
at happens. The original code created the thread at the first instance it was called, but later was changed to destroy the thread after the tracer was finished, and would not be created until the next instance of the tracer was established. The code that initialized the affinity was only called on the initial instantiation of the tracer. After that, it was not initialized, and the previous affinity did not match the current newly created one, making it appear that the user modified the thread's affinity when it did not, and the thread failed to migrate again. Cc: stable@vger.kernel.org Fixes: 0330f7aa8ee6 ("tracing: Have hwlat trace migrate across tracing_cpumask CPUs") Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'tools/testing/selftests/rcutorture/configs/rcu/SRCU-N.boot')