Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113426
b: refs/heads/master
c: 716da63
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Oct 13, 2008
1 parent e927090 commit 5182709
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0c8946d97ae7d2d6691f8290a10faa63453b63f8
refs/heads/master: 716da631ae91fc5e9f8d5815f8ef5fbfed862b80
5 changes: 4 additions & 1 deletion trunk/drivers/char/nozomi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,10 @@ static int ntty_open(struct tty_struct *tty, struct file *file)
return 0;
}

/* Called when the userspace process close the tty, /dev/noz*. */
/* Called when the userspace process close the tty, /dev/noz*. Also
called immediately if ntty_open fails in which case tty->driver_data
will be NULL an we exit by the first return */

static void ntty_close(struct tty_struct *tty, struct file *file)
{
struct nozomi *dc = get_dc_by_tty(tty);
Expand Down

0 comments on commit 5182709

Please sign in to comment.