]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drivers/tty/tty_jobctrl.c - fix non-kerneldoc comment
authorValdis Klētnieks <valdis.kletnieks@vt.edu>
Tue, 12 Mar 2019 11:49:03 +0000 (07:49 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Mar 2019 16:28:16 +0000 (01:28 +0900)
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>
drivers/tty/tty_jobctrl.c

index c4ecd66fafefda80aac843464b34501409eaf9a6..1393f71bb1709f3d0455ef58b62cac817f36109a 100644 (file)
@@ -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
  */