diff options
author | Julia Lawall <julia@diku.dk> | 2011-03-23 16:42:57 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-23 19:46:39 -0700 |
commit | 115bcd156a7c4b4dad950f3bd2e4d023688c2ee7 (patch) | |
tree | 2124bc65ab61f8e72b4bfd959970ccc2b8a90949 /drivers/char | |
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 <julia@diku.dk>
Cc: Roger Wolff <R.E.Wolff@BitWizard.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char')
0 files changed, 0 insertions, 0 deletions