diff options
author | Valdis Klētnieks | 2019-03-12 07:49:03 -0400 |
---|---|---|
committer | Greg Kroah-Hartman | 2019-03-28 01:28:16 +0900 |
commit | 3adf2aa8af2d5122917b78988de9cdeb828cdd9d (patch) | |
tree | 9d9ddd4efa49f7f1fdb969c5fd1d9419a046d582 /drivers/tty | |
parent | 6ac972dd4db42ef4e298669647b946de4e0243aa (diff) |
drivers/tty/tty_jobctrl.c - fix non-kerneldoc comment
Building with W=1 reports (among other things):
CC drivers/tty/tty_jobctrl.o
drivers/tty/tty_jobctrl.c:317: warning: Cannot understand *
on line 317 - I thought it was a doc line
Fix up the non-kerneldoc comment. (other warnings to be cleaned up in separate patch)
Signed-off-by Valdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/tty_jobctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/tty_jobctrl.c b/drivers/tty/tty_jobctrl.c index c4ecd66fafef..1393f71bb170 100644 --- a/drivers/tty/tty_jobctrl.c +++ b/drivers/tty/tty_jobctrl.c @@ -313,7 +313,7 @@ void disassociate_ctty(int on_exit) read_unlock(&tasklist_lock); } -/** +/* * * no_tty - Ensure the current process does not have a controlling tty */ |