Re: [PATCH] VSOCK: constify vsock_transport structure
From: Julia Lawall Date: Sun, 1 May 2016 14:49:15 +0200 > The vsock_transport structure is never modified, so declare it as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Applied.
[PATCH] 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 --- net/vmw_vsock/vmci_transport.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/vmw_vsock/vmci_transport.c b/net/vmw_vsock/vmci_t