Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96455
b: refs/heads/master
c: 5563d72
h: refs/heads/master
i:
  96453: dada42e
  96451: 3787e1d
  96447: 058af91
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed May 13, 2008
1 parent 3530931 commit 031531d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: cfd28f6695d0fc047478480791a21bdd4967f98e
refs/heads/master: 5563d722bfc73f27423fcb76240bfc1fb4284635
4 changes: 2 additions & 2 deletions trunk/arch/um/include/line.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ struct line {
};

#define LINE_INIT(str, d) \
{ .count_lock = SPIN_LOCK_UNLOCKED, \
{ .count_lock = __SPIN_LOCK_UNLOCKED((str).count_lock), \
.init_str = str, \
.init_pri = INIT_STATIC, \
.valid = 1, \
.lock = SPIN_LOCK_UNLOCKED, \
.lock = __SPIN_LOCK_UNLOCKED((str).lock), \
.driver = d }

extern void line_close(struct tty_struct *tty, struct file * filp);
Expand Down

0 comments on commit 031531d

Please sign in to comment.