Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa5af974 authored by Tracey Dent's avatar Tracey Dent Committed by Greg Kroah-Hartman
Browse files

drivers/staging/android/ashmem.c: Cleanups



Minor cleanups that consist of removal of a whitespace and
make file_operations const.

Signed-off-by: default avatarTracey Dent <tdent48227@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8d438bef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,