diff options
author | 2012-10-24 16:42:26 +0200 | |
---|---|---|
committer | 2012-11-01 10:34:31 -0400 | |
commit | 74e4ca32a406a15efb24a6a6ecf84b4cdabfd4e7 (patch) | |
tree | 26c8d8f2547b8511797859252e90b25405f55892 /tools/perf/scripts/python | |
parent | DRM/Radeon: On DVI-I use Load Detection when EDID is bogus. (diff) | |
download | linux-dev-74e4ca32a406a15efb24a6a6ecf84b4cdabfd4e7.tar.xz linux-dev-74e4ca32a406a15efb24a6a6ecf84b4cdabfd4e7.zip |
drivers/gpu/drm/radeon/evergreen_cs.c: Remove unnecessary semicolon
A simplified version of the semantic match that finds this problem is as
follows: (http://coccinelle.lip6.fr/)
// <smpl>
@r1@
statement S;
position p,p1;
@@
S@p1;@p
@script:python r2@
p << r1.p;
p1 << r1.p1;
@@
if p[0].line != p1[0].line_end:
cocci.include_match(False)
@@
position r1.p;
@@
-;@p
// </smpl>
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions