Commit 5242d232 authored by Ramesh Gupta's avatar Ramesh Gupta Committed by Hari Kanigeri

checkpatch fix for tesla driver checkpatch fix for tesla driver

Signed-off-by: default avatarRamesh Gupta G <grgupta@ti.com>
parent 858f1dec
......@@ -47,7 +47,7 @@ static void __exit drvtesla_finalize_module(void) ;
/* Function to invoke the APIs through ioctl. */
static struct file_operations driver_ops = {
static const struct file_operations driver_ops = {
.open = drvtesla_open,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment