Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60677
b: refs/heads/master
c: f716a42
h: refs/heads/master
i:
  60675: 081161b
v: v3
  • Loading branch information
Robert P. J. Day authored and Paul Mackerras committed Jul 10, 2007
1 parent 9f7b5dc commit 72db3d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: ca747ddf29773d552fc0e0dcde0d92b807cd6b85
refs/heads/master: f716a425c15ebadf60286cd4fb60d1d6f46e3cf9
12 changes: 6 additions & 6 deletions trunk/drivers/char/viotape.c
Original file line number Diff line number Diff line change
Expand Up @@ -873,12 +873,12 @@ static int viotap_release(struct inode *inode, struct file *file)
}

const struct file_operations viotap_fops = {
owner: THIS_MODULE,
read: viotap_read,
write: viotap_write,
ioctl: viotap_ioctl,
open: viotap_open,
release: viotap_release,
.owner = THIS_MODULE,
.read = viotap_read,
.write = viotap_write,
.ioctl = viotap_ioctl,
.open = viotap_open,
.release = viotap_release,
};

/* Handle interrupt events for tape */
Expand Down

0 comments on commit 72db3d9

Please sign in to comment.