Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123055
b: refs/heads/master
c: 3d26825
h: refs/heads/master
i:
  123053: b2f6ed6
  123051: 3df0621
  123047: 01e4215
  123039: 0d184fe
v: v3
  • Loading branch information
roel kluin authored and Paul Mackerras committed Dec 3, 2008
1 parent d9381fa commit 0a1d2af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: dc42149fccda63a5d2fa4457808c3489a5111c5e
refs/heads/master: 3d26825ec03f623f20ba860e6e6113ab2d0bb0f1
2 changes: 1 addition & 1 deletion trunk/drivers/char/hvc_console.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct hvc_struct {
spinlock_t lock;
int index;
struct tty_struct *tty;
unsigned int count;
int count;
int do_wakeup;
char *outbuf;
int outbuf_size;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/char/hvcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ struct hvcs_struct {
unsigned int index;

struct tty_struct *tty;
unsigned int open_count;
int open_count;

/*
* Used to tell the driver kernel_thread what operations need to take
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/char/hvsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ struct hvsi_struct {
spinlock_t lock;
int index;
struct tty_struct *tty;
unsigned int count;
int count;
uint8_t throttle_buf[128];
uint8_t outbuf[N_OUTBUF]; /* to implement write_room and chars_in_buffer */
/* inbuf is for packet reassembly. leave a little room for leftovers. */
Expand Down

0 comments on commit 0a1d2af

Please sign in to comment.