Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220229
b: refs/heads/master
c: a1823f2
h: refs/heads/master
i:
  220227: f64b673
v: v3
  • Loading branch information
Tracey Dent authored and Greg Kroah-Hartman committed Oct 8, 2010
1 parent 9b0d7d1 commit c495f84
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: 1bd15cfd79841d9e2464a37fe059d492a3ee0753
refs/heads/master: a1823f2ec3ffa86b7b3676bfd432b6da25298ff6
2 changes: 1 addition & 1 deletion trunk/drivers/staging/speakup/devsynth.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static int speakup_file_release(struct inode *ip, struct file *fp)
return 0;
}

static struct file_operations synth_fops = {
static const struct file_operations synth_fops = {
.read = speakup_file_read,
.write = speakup_file_write,
.open = speakup_file_open,
Expand Down

0 comments on commit c495f84

Please sign in to comment.