diff options
| author | Julia Lawall <[email protected]> | 2011-03-23 16:42:57 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2011-03-23 19:46:39 -0700 |
| commit | 115bcd156a7c4b4dad950f3bd2e4d023688c2ee7 (patch) | |
| tree | 2124bc65ab61f8e72b4bfd959970ccc2b8a90949 /tools/perf/scripts/python/sctop.py | |
| parent | d9d691f584bd012d235c35279c043a2ccd23d7d7 (diff) | |
drivers/staging/tty/specialix.c: convert func_enter to func_exit
Convert calls to func_enter on leaving a function to func_exit.
The semantic patch that fixes this problem is as follows:
(http://coccinelle.lip6.fr/)
// <smpl>
@@
@@
- func_enter();
+ func_exit();
return...;
// </smpl>
Signed-off-by: Julia Lawall <[email protected]>
Cc: Roger Wolff <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions