Tag: 54573c4a073ff510d028f423ed3074573c7d9437

xen/hvc: constify hv_ops structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> These hv_ops structures are never modified, so declare them as const. Most were const already. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman — drivers/tty/hvc/hvc_xen.c | 4 ++– 1 file changed, 2 insertions(+), 2 deletions(-)   diff –git a/drivers/tty/hvc/hvc_xen.c b/drivers/tty/hvc/hvc_xen.c index 1172542..f417fa1 100644 — a/drivers/tty/hvc/hvc_xen.c +++ b/drivers/tty/hvc/hvc_xen.c …

Continue reading