aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorBhumika Goyal <[email protected]>2017-08-23 20:05:22 +0530
committerMark Brown <[email protected]>2017-08-23 16:50:00 +0100
commitcd6d6477f130c861c42e6eddc060e7c880e94bf3 (patch)
tree363b2348ac37b787c10f4b336f6e0642c35a8f0c /tools/perf/scripts/python/call-graph-from-sql.py
parentcb0236eca79c8ceb5cdb8d2a15ce272e754d2921 (diff)
ASoC: rt5645: make rt5645_platform_data const
Make these const as they are only used during a copy operation. Done using Coccinelle. @match disable optional_qualifier@ identifier s; @@ static struct rt5645_platform_data s = {...}; @ref@ position p; identifier match.s; @@ s@p @good1@ position ref.p; identifier match.s,f,c; expression e; @@ ( e = s@p | e = [email protected] | c(...,[email protected],...) | c(...,s@p,...) ) @bad depends on !good1@ position ref.p; identifier match.s; @@ s@p @depends on forall !bad disable optional_qualifier@ identifier match.s; @@ static + const struct rt5645_platform_data s; Signed-off-by: Bhumika Goyal <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions