aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorMihaela Muraru <[email protected]>2016-10-06 11:07:44 +0300
committerGreg Kroah-Hartman <[email protected]>2016-10-16 10:24:18 +0200
commit9872fa751e0bad862161c442d44b7ea597e23676 (patch)
treee908e11726e526bb3976321492d07751b3e13987 /tools/perf/scripts/python/syscall-counts.py
parente0cb35095753c038f42d1b6bf68c4cd063b3fd21 (diff)
Staging: sm750fb: fix do not add new typedefs warning
This patch fixes the checkpatch.pl warning: "WARNING: do not add new typedefs". Hiding a variables of type 'struct' is not always a good idea,because when we passing them as parameters we tempt to forget that in this proces we work with stack memory and allocatting struct on stack is something that we should manage carefuly. It is also delete the '_t' from the name of the structs and treat a line over 80 character issue in ddk750_mode.c, that appear after my modification. Signed-off-by: Mihaela Muraru <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions