VSOCK: constify vsock_transport structure
authorJulia Lawall <julia.lawall@lip6.fr>
Sun, 1 May 2016 12:49:15 +0000 (14:49 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 May 2016 17:03:05 +0000 (13:03 -0400)
commit56130915bbe31656c80f7493d28536693f8de0e2
treea76de313219eae79ddf70fcf6ba3ca4d580a3fba
parentb555a3d1e91cfa75eb37680c0c86a32d18215729
VSOCK: constify vsock_transport structure

The vsock_transport structure is never modified, so declare it 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>
net/vmw_vsock/vmci_transport.c