Tag: cc74bd1d218053cefc6323721512808d36a1bfb1

tty: serial: constify psc_ops structs

Author: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com> Constifies psc_ops structures in tty’s serial port 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: Greg Kroah-Hartman — drivers/tty/serial/mpc52xx_uart.c | 8 ++++—- 1 file changed, 4 insertions(+), 4 deletions(-)   diff –git a/drivers/tty/serial/mpc52xx_uart.c b/drivers/tty/serial/mpc52xx_uart.c index 8c3e513..3970d6a 100644 — …

Continue reading