From: Julia Lawall Date: Wed, 23 Mar 2011 23:42:57 +0000 (-0700) Subject: drivers/staging/tty/specialix.c: convert func_enter to func_exit X-Git-Tag: v2.6.39-rc1~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=115bcd156a7c4b4dad950f3bd2e4d023688c2ee7;p=pandora-kernel.git 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/) // @@ @@ - func_enter(); + func_exit(); return...; // Signed-off-by: Julia Lawall Cc: Roger Wolff Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed