summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2020-10-25 18:45:59 +0100
committerJohan Hovold <johan@kernel.org>2020-11-04 11:02:03 +0100
commitfbbf41f64a8de352b67214c089366f97c7ac1678 (patch)
treedc41b709aa0ee0f54ba741787fae24e8dc4775ac /tools/perf/scripts/python/syscall-counts-by-pid.py
parent491d6927f0de587c1d322d8b29a1187b7e06a221 (diff)
downloadkernel-fbbf41f64a8de352b67214c089366f97c7ac1678.tar.gz
USB: serial: keyspan_pda: use BIT() macro
Use the BIT() macro instead of open coding. Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions
l> Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Acked-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-03-11staging: ath6kl: remove-typedef: A_UCHARLuis R. Rodriguez remove-typedef -s A_UCHAR u8 drivers/staging/ath6kl/ This uses the remove-typedef utility: http://www.kernel.org/pub/linux/kernel/people/mcgrof/scripts/remove-typedef Cc: Naveen Singh <naveen.singh@atheros.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-02-18staging: ath6kl: Fixing memory leakVipin Mehta The patch fixes a mismatch in the allocation and free of scatter HIF bus requests in the suspend/resume path. Signed-off-by: Vipin Mehta <vmehta@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-02-02staging: ath6kl: Remove #define A_OKJoe Perches Just use 0. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-02-02staging: ath6kl: Convert (status != A_OK) to (status)Joe Perches Just use the status variable as a test not a comparison. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-02-02staging: ath6kl: Convert A_INT32 to s32Joe Perches Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-02-02staging: ath6kl: Convert A_UINT32 to u32Joe Perches Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-02-02staging: ath6kl: Convert A_UINT16 to u16Joe Perches Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-02-02staging: ath6kl: Convert A_UINT8 to u8Joe Perches Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-02-02staging: ath6kl: Remove A_BOOL and TRUE/FALSEJoe Perches Use kernel bool and true/false. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-01-31staging: ath6kl: Remove A_FAILED macroJoe Perches Remove obfuscating A_FAILED(foo) macro. Just test for foo instead. Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Vipin Mehta <vipin.mehta@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-01-31staging: ath6kl: Remove A_SUCCESS macroJoe Perches Remove obfuscating A_SUCCESS(foo) macro. Just test for !foo instead. Reformat a few macros that used A_SUCCESS for better readability. Add do { foo } while (0) surrounds to those macros too. Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Vipin Mehta <vipin.mehta@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-01-31staging: ath6kl: Convert enum A_STATUS to intJoe Perches Convert enum members to int as well. Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Vipin Mehta <vipin.mehta@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>