summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorFabian Bläse <fabian.blaese@fau.de>2018-06-17 23:02:30 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-26 11:47:29 +0800
commit40a596e64f856b3d70bb859725742e830e5a0947 (patch)
tree975428e7b9e9dd0936cc8b2e464daa414f2e9493 /tools/perf/scripts/python/failed-syscalls-by-pid.py
parentf44426346289fee0a5c4bb366583fea71da0b95d (diff)
downloadkernel-40a596e64f856b3d70bb859725742e830e5a0947.tar.gz
rtl8192u/rtl819x_Qos.h: Adjust spaces to coding guidelines
This patch improves spacing according to the coding guidelines, mainly around braces. This patch fixes errors reported by checkpatch. Signed-off-by: Fabian Bläse <fabian.blaese@fau.de> Signed-off-by: Maximilian Ott <maximilian.o.ott@fau.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions
e32'>um, x86: bury crypto_tfm_ctx_offsetAl Viro 2021-12-21um: remove a dangling extern of syscall_trace()Al Viro 2021-12-21um: kill unused cpu()Al Viro 2021-12-21um: stop polluting the namespace with registers.h contentsAl Viro 2021-12-21um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap 2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg 2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds 2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan 2021-07-19printk: Userspace format indexing supportChris Down 2021-06-17um: Remove the repeated declarationShaokun Zhang 2021-06-17um: Add support for host CPU flags and alignmentAnton Ivanov 2021-06-17um: time-travel/signals: fix ndelay() in interruptJohannes Berg 2021-06-17um: expose time-travel mode to userspace sideJohannes Berg 2021-06-17um: export signals_enabled directlyJohannes Berg 2021-06-17um: remove unused smp_sigio_handler() declarationJohannes Berg 2021-02-12um: remove process stub VMAJohannes Berg 2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg 2021-02-12um: separate child and parent errors in clone stubJohannes Berg 2021-02-12um: defer killing userspace on page table update failuresJohannes Berg 2021-02-12um: time-travel: rework interrupt handling in ext modeJohannes Berg 2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg 2020-12-13um: time-travel: Correct time event IRQ deliveryJohannes Berg 2020-12-13um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg 2020-12-13um: allocate a guard page to helper threadsJohannes Berg 2020-12-13um: Support suspend to RAMJohannes Berg 2020-12-13um: Allow PM with suspend-to-idleJohannes Berg 2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg 2020-12-13um: Remove IRQ_NONE typeJohannes Berg 2020-12-13um: irq: Reduce irq_reg allocationJohannes Berg 2020-12-13um: irq: Clean up and rename struct irq_fdJohannes Berg 2020-12-13um: Support dynamic IRQ allocationJohannes Berg 2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches