[STLinux Kernel] [PATCH 1/9] serial: st-asc: constify uart_ops structures
From: peter.griffin@linaro.org (Peter Griffin)
Date: 2016-09-01 21:39:48
Also in:
kernel-janitors, linux-serial, lkml
From: peter.griffin@linaro.org (Peter Griffin)
Date: 2016-09-01 21:39:48
Also in:
kernel-janitors, linux-serial, lkml
On Thu, 01 Sep 2016, Julia Lawall wrote:
Check for uart_ops structures that are only stored in the ops field of a uart_port structure. This field is declared const, so uart_ops structures that have this property can be declared as const also.
Acked-by: Peter Griffin <peter.griffin@linaro.org> regards, Peter.