aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorGavin Shan <[email protected]>2020-09-22 23:04:20 +1000
committerWill Deacon <[email protected]>2020-09-28 21:52:23 +0100
commita27c04e1de876297b78a6b812049e6fecc6e4d9a (patch)
treed788c4a7e13acd01c273edd5c049bd6c30a5ec88 /scripts/gdb/linux/modules.py
parentb06146b698e6e835253d01901ecf0ab84646591e (diff)
firmware: arm_sdei: Cleanup on cross call function
This applies cleanup on the cross call functions, no functional changes are introduced: * Wrap the code block of CROSSCALL_INIT inside "do { } while (0)" as linux kernel usually does. Otherwise, scripts/checkpatch.pl reports warning regarding this. * Use smp_call_func_t for @fn argument in sdei_do_cross_call() as the function is called on target CPU(s). * Remove unnecessary space before @event in sdei_do_cross_call() Signed-off-by: Gavin Shan <[email protected]> Reviewed-by: Jonathan Cameron <[email protected]> Reviewed-by: James Morse <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions