aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/vmci_transport_notify_qstate.c
diff options
context:
space:
mode:
authorJulia Lawall <julia.lawall@lip6.fr>2015-11-21 18:39:17 +0100
committerDavid S. Miller <davem@davemloft.net>2015-11-23 15:49:29 -0500
commit3b22dae38db1cea9ead3229f08cfb0b69aca5706 (patch)
treeb9130649d371901ba17dac7c00f73c4e6c8949ee /net/vmw_vsock/vmci_transport_notify_qstate.c
parentnet: atm: constify in_cache_ops and eg_cache_ops structures (diff)
downloadlinux-dev-3b22dae38db1cea9ead3229f08cfb0b69aca5706.tar.xz
linux-dev-3b22dae38db1cea9ead3229f08cfb0b69aca5706.zip
VSOCK: constify vmci_transport_notify_ops structures
The vmci_transport_notify_ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/vmw_vsock/vmci_transport_notify_qstate.c')
-rw-r--r--net/vmw_vsock/vmci_transport_notify_qstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vmw_vsock/vmci_transport_notify_qstate.c b/net/vmw_vsock/vmci_transport_notify_qstate.c
index dc9c7929a2f9..21e591dafb03 100644
--- a/net/vmw_vsock/vmci_transport_notify_qstate.c
+++ b/net/vmw_vsock/vmci_transport_notify_qstate.c
@@ -419,7 +419,7 @@ vmci_transport_notify_pkt_send_pre_enqueue(
}
/* Socket always on control packet based operations. */
-struct vmci_transport_notify_ops vmci_transport_notify_pkt_q_state_ops = {
+const struct vmci_transport_notify_ops vmci_transport_notify_pkt_q_state_ops = {
vmci_transport_notify_pkt_socket_init,
vmci_transport_notify_pkt_socket_destruct,
vmci_transport_notify_pkt_poll_in,