projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b0c4be
)
[PATCH] uninline tty_paranoia_check()
author
Andrew Morton
<akpm@osdl.org>
Thu, 5 May 2005 23:15:50 +0000
(16:15 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Thu, 5 May 2005 23:36:42 +0000
(16:36 -0700)
Has lots of callsites.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/tty_io.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/tty_io.c
b/drivers/char/tty_io.c
index 06e5a3f1836dbb595ed3108f30e0cbc00c614dd2..26e5e19ed8545b880833623e960f654378e595f0 100644
(file)
--- a/
drivers/char/tty_io.c
+++ b/
drivers/char/tty_io.c
@@
-185,7
+185,7
@@
char *tty_name(struct tty_struct *tty, char *buf)
EXPORT_SYMBOL(tty_name);
-in
line in
t tty_paranoia_check(struct tty_struct *tty, struct inode *inode,
+int tty_paranoia_check(struct tty_struct *tty, struct inode *inode,
const char *routine)
{
#ifdef TTY_PARANOIA_CHECK