Tag: 3b22dae38db1cea9ead3229f08cfb0b69aca5706

VSOCK: constify vmci_transport_notify_ops structures

Author: Julia Lawall <julia.lawall@lip6.fr> 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 Signed-off-by: David S. Miller — net/vmw_vsock/vmci_transport.h | 2 +- net/vmw_vsock/vmci_transport_notify.c | 2 +- net/vmw_vsock/vmci_transport_notify.h | 5 +++– net/vmw_vsock/vmci_transport_notify_qstate.c | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-)   diff –git …

Continue reading