summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2019-09-08 20:59:54 -0500
committerKalle Valo <kvalo@codeaurora.org>2019-09-13 17:55:36 +0300
commit64578a3d3426eb40d99f8aa2fbfb926a3e364c71 (patch)
tree0c9b7bb67e7321e1576599ff5dfcf1a7a5467030 /scripts/patch-kernel
parent773755d9112b2aa5839ae68347cd66e1d3706fcd (diff)
downloadkernel-64578a3d3426eb40d99f8aa2fbfb926a3e364c71.tar.gz
rtlwifi: rtl8723be: Remove unused SET_XXX and GET_XXX macros
iAs the first step in converting from macros that get/set information in the RX and TX descriptors, unused macros are being removed. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
.6.y&id=8b5ab6bd0b293408ed8c9450831f879ce9903ea2'>tracing: Add a backward-compatibility check for synthetic event creationTom Zanussi 2021-02-09tracing: Update synth command errorsTom Zanussi 2021-02-09tracing: Rework synthetic event command parsingTom Zanussi 2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu 2020-11-10tracing: Fix some typos in commentsQiujun Huang 2020-11-02tracing: Make -ENOMEM the default error for parse_synth_field()Steven Rostedt (VMware) 2020-10-27tracing, synthetic events: Replace buggy strcat() with seq_buf operationsSteven Rostedt (VMware) 2020-10-15tracing: support "bool" type in synthetic trace eventsAxel Rasmussen 2020-10-15tracing: Handle synthetic event array field type checking correctlyTom Zanussi 2020-10-15tracing: Add synthetic event error loggingTom Zanussi 2020-10-15tracing: Check that the synthetic event and field names are legalTom Zanussi 2020-10-15tracing: Don't show dynamic string internals in synthetic event descriptionTom Zanussi 2020-10-08tracing: Fix synthetic print fmt check for use of __get_str()Steven Rostedt (VMware) 2020-10-08tracing: Change synthetic event string format to limit printed lengthSteven Rostedt (VMware) 2020-10-05tracing: Add support for dynamic strings to synthetic eventsTom Zanussi 2020-10-05tracing: Fix parse_synth_field() error handlingTom Zanussi 2020-09-21tracing/boot, kprobe, synth: Initialize boot-time tracing earlierMasami Hiramatsu 2020-09-21tracing: Delete repeated words in commentsRandy Dunlap 2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang 2020-06-01tracing: Move synthetic events to a separate fileTom Zanussi