Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288913
b: refs/heads/master
c: aa5af97
h: refs/heads/master
i:
  288911: 10b753f
v: v3
  • Loading branch information
Tracey Dent authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent 53f0703 commit 90efbc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8d438bef6556315a23781fd673f13f7bfb94047d
refs/heads/master: aa5af974127d317071d6225a0f3678c5f520e7ce
4 changes: 2 additions & 2 deletions trunk/drivers/staging/android/ashmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ static int ashmem_mmap(struct file *file, struct vm_area_struct *vma)
get_file(asma->file);

/*
* XXX - Reworked to use shmem_zero_setup() instead of
* XXX - Reworked to use shmem_zero_setup() instead of
* shmem_set_file while we're in staging. -jstultz
*/
if (vma->vm_flags & VM_SHARED) {
Expand Down Expand Up @@ -680,7 +680,7 @@ static long ashmem_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
return ret;
}

static struct file_operations ashmem_fops = {
static const struct file_operations ashmem_fops = {
.owner = THIS_MODULE,
.open = ashmem_open,
.release = ashmem_release,
Expand Down

0 comments on commit 90efbc7

Please sign in to comment.