mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 22:22:51 -04:00
Staging: lustre: Added const
WARNING: struct file_operations should normally be const. That was found by running checkpatch. Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7c30daaa38
commit
dddf4c23bb
@@ -1083,7 +1083,7 @@ void ptlrpc_lprocfs_register_service(struct proc_dir_entry *entry,
|
||||
.data = svc},
|
||||
{NULL}
|
||||
};
|
||||
static struct file_operations req_history_fops = {
|
||||
static const struct file_operations req_history_fops = {
|
||||
.owner = THIS_MODULE,
|
||||
.open = ptlrpc_lprocfs_svc_req_history_open,
|
||||
.read = seq_read,
|
||||
|
||||
Reference in New Issue
Block a user