Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146255
b: refs/heads/master
c: 5b0ed52
h: refs/heads/master
i:
  146253: 3d2d45a
  146251: 6f61373
  146247: eb1c962
  146239: 9a6ab26
v: v3
  • Loading branch information
Arnd Bergmann authored and Linus Torvalds committed Jun 11, 2009
1 parent 4ea8b33 commit bdb620c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70fd8fdecc4430ffcede7704dd812d4054d1faf9
refs/heads/master: 5b0ed5263cb089500052f8c1ab6e0706bebf0d83
1 change: 1 addition & 0 deletions trunk/arch/x86/include/asm/termios.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ static inline int user_termio_to_kernel_termios(struct ktermios *termios,
SET_LOW_TERMIOS_BITS(termios, termio, c_oflag);
SET_LOW_TERMIOS_BITS(termios, termio, c_cflag);
SET_LOW_TERMIOS_BITS(termios, termio, c_lflag);
get_user(termios->c_line, &termio->c_line);
return copy_from_user(termios->c_cc, termio->c_cc, NCC);
}

Expand Down

0 comments on commit bdb620c

Please sign in to comment.