[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1443887016-9142-1-git-send-email-cse.anjalimenon@gmail.com>
Date: Sat, 3 Oct 2015 21:13:36 +0530
From: Anjali Menon <cse.anjalimenon@...il.com>
To: oleg.drokin@...el.com
Cc: gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
HPDD-discuss@...ts.01.org, Anjali Menon <cse.anjalimenon@...il.com>
Subject: [PATCH] staging: lustre: lustre: llite: Added const
Added const to the struct statement which fixed the coding
style warning detected by chekpatch.pl
WARNING: struct seq_operations should normally be const
Signed-off-by: Anjali Menon <cse.anjalimenon@...il.com>
---
drivers/staging/lustre/lustre/llite/vvp_dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/lustre/lustre/llite/vvp_dev.c b/drivers/staging/lustre/lustre/llite/vvp_dev.c
index fde41d7..742be5a 100644
--- a/drivers/staging/lustre/lustre/llite/vvp_dev.c
+++ b/drivers/staging/lustre/lustre/llite/vvp_dev.c
@@ -517,7 +517,7 @@ static void vvp_pgcache_stop(struct seq_file *f, void *v)
/* Nothing to do */
}
-static struct seq_operations vvp_pgcache_ops = {
+static const struct seq_operations vvp_pgcache_ops = {
.start = vvp_pgcache_start,
.next = vvp_pgcache_next,
.stop = vvp_pgcache_stop,
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists