Tag: 115bcd156a7c4b4dad950f3bd2e4d023688c2ee7

drivers/staging/tty/specialix.c: convert func_enter to func_exit

Author: Julia Lawall <julia@diku.dk> 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/) // @@ @@ – func_enter(); + func_exit(); return…; // Signed-off-by: Julia Lawall Cc: Roger Wolff Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds — drivers/staging/tty/specialix.c | 8 ++++—- 1 file changed, 4 …

Continue reading