All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] constify uart_ops structures
@ 2017-08-13  6:21 ` Julia Lawall
  0 siblings, 0 replies; 36+ messages in thread
From: Julia Lawall @ 2017-08-13  6:21 UTC (permalink / raw)
  To: linuxppc-dev
  Cc: bhumirks, kernel-janitors, linux-kernel, linux-serial,
	Jiri Slaby, Greg Kroah-Hartman, linux-arm-kernel, linux-amlogic

These uart_ops structures are only stored in the ops field of a
uart_port structure and this fields is const, so the uart_ops
structures can also be const.

Done with the help of Coccinelle.

---

 drivers/tty/serial/21285.c                  |    2 +-
 drivers/tty/serial/apbuart.c                |    2 +-
 drivers/tty/serial/cpm_uart/cpm_uart_core.c |    2 +-
 drivers/tty/serial/m32r_sio.c               |    2 +-
 drivers/tty/serial/meson_uart.c             |    2 +-
 drivers/tty/serial/mpc52xx_uart.c           |    2 +-
 drivers/tty/serial/mux.c                    |    2 +-
 drivers/tty/serial/owl-uart.c               |    2 +-
 drivers/tty/serial/sunsab.c                 |    2 +-
 drivers/tty/serial/sunsu.c                  |    2 +-
 drivers/tty/serial/ucc_uart.c               |    2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2017-08-15 14:44 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-13  6:21 [PATCH 00/11] constify uart_ops structures Julia Lawall
2017-08-13  6:21 ` Julia Lawall
2017-08-13  6:21 ` Julia Lawall
2017-08-13  6:21 ` Julia Lawall
2017-08-13  6:21 ` [PATCH 01/11] serial: meson: " Julia Lawall
2017-08-13  6:21   ` Julia Lawall
2017-08-13  6:21   ` Julia Lawall
2017-08-13  6:21   ` Julia Lawall
2017-08-13  6:21   ` Julia Lawall
2017-08-13  6:21 ` [PATCH 02/11] serial: owl: " Julia Lawall
2017-08-13  6:21   ` Julia Lawall
2017-08-13  6:21   ` Julia Lawall
2017-08-13  6:21 ` [PATCH 03/11] serial: sunsab: " Julia Lawall
2017-08-13  6:21   ` Julia Lawall
2017-08-14  3:12   ` David Miller
2017-08-14  3:12     ` David Miller
2017-08-13  6:21 ` [PATCH 04/11] serial: sunsu: " Julia Lawall
2017-08-13  6:21   ` Julia Lawall
2017-08-14  3:12   ` David Miller
2017-08-14  3:12     ` David Miller
2017-08-13  6:21 ` [PATCH 05/11] serial: uuc_uart: " Julia Lawall
2017-08-13  6:21   ` Julia Lawall
2017-08-15 14:44   ` Timur Tabi
2017-08-15 14:44     ` Timur Tabi
2017-08-13  6:21 ` [PATCH 06/11] serial: 21285: " Julia Lawall
2017-08-13  6:21   ` Julia Lawall
2017-08-13  6:21 ` [PATCH 07/11] serial: apbuart: " Julia Lawall
2017-08-13  6:21   ` Julia Lawall
2017-08-13  6:21 ` [PATCH 08/11] serial: cpm_uart: " Julia Lawall
2017-08-13  6:21   ` Julia Lawall
2017-08-13  6:21 ` [PATCH 09/11] serial: m32r_sio: " Julia Lawall
2017-08-13  6:21   ` Julia Lawall
2017-08-13  6:21 ` [PATCH 10/11] serial: mpc52xx: " Julia Lawall
2017-08-13  6:21   ` Julia Lawall
2017-08-13  6:21 ` [PATCH 11/11] serial: mux: " Julia Lawall
2017-08-13  6:21   ` Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.