Commit 4b98e7b4 authored by Hari Kanigeri's avatar Hari Kanigeri

fixed checkpatch warning in proc4430

fixed checkpatch warnngs in proc4430
Signed-off-by: default avatarHari Kanigeri <h-kanigeri2@ti.com>
parent e7b579d4
...@@ -88,7 +88,7 @@ static void __exit proc4430_drv_finalizeModule(void); ...@@ -88,7 +88,7 @@ static void __exit proc4430_drv_finalizeModule(void);
/* /*
File operations table for PROC4430. File operations table for PROC4430.
*/ */
static struct file_operations proc_4430_fops = { static const struct file_operations proc_4430_fops = {
.open = proc4430_drv_open, .open = proc4430_drv_open,
.release = proc4430_drv_release, .release = proc4430_drv_release,
.ioctl = proc4430_drv_ioctl, .ioctl = proc4430_drv_ioctl,
......
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