Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317400
b: refs/heads/master
c: 4ea418b
h: refs/heads/master
v: v3
  • Loading branch information
Christopher Brannon authored and Greg Kroah-Hartman committed Jun 19, 2012
1 parent 5f2fe55 commit a88590d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: dc348147a9e1ba84395d1e585d26af44f0ca4e29
refs/heads/master: 4ea418b8b2fa8a70d0fcc8231b65e67b3a72984b
2 changes: 1 addition & 1 deletion trunk/drivers/staging/speakup/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1854,7 +1854,7 @@ static void speakup_bits(struct vc_data *vc)

static int handle_goto(struct vc_data *vc, u_char type, u_char ch, u_short key)
{
static u_char *goto_buf = "\0\0\0\0\0\0";
static u_char goto_buf[8];
static int num;
int maxlen, go_pos;
char *cp;
Expand Down

0 comments on commit a88590d

Please sign in to comment.