Commit a7d575c6 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 30f6fd59
......@@ -88,7 +88,7 @@ static void __exit proc4430_drv_finalizeModule(void);
/*
File operations table for PROC4430.
*/
static struct file_operations proc_4430_fops = {
static const struct file_operations proc_4430_fops = {
.open = proc4430_drv_open,
.release = proc4430_drv_release,
.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