Tag: 01fd3c2744540ae7554bf098a9615a8310c6fc13

tty: serial: constify sunhv_ops structs

Author: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com> Constifies sunhv_ops structures in tty’s serial driver since they are not modified after their initialization. Detected and found using Coccinelle. Suggested-by: Julia Lawall Signed-off-by: Aya Mahfouz Signed-off-by: David S. Miller — drivers/tty/serial/sunhv.c | 6 +++— 1 file changed, 3 insertions(+), 3 deletions(-)   diff –git a/drivers/tty/serial/sunhv.c b/drivers/tty/serial/sunhv.c index 0640318..f224e8a 100644 — …

Continue reading