From mboxrd@z Thu Jan 1 00:00:00 1970 From: s.nawrocki@samsung.com (Sylwester Nawrocki) Date: Mon, 07 Aug 2017 12:23:36 +0200 Subject: [PATCH 03/12] [media] s5p-g2d: constify v4l2_m2m_ops structures In-Reply-To: <1502007921-22968-4-git-send-email-Julia.Lawall@lip6.fr> References: <1502007921-22968-1-git-send-email-Julia.Lawall@lip6.fr> <1502007921-22968-4-git-send-email-Julia.Lawall@lip6.fr> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 08/06/2017 10:25 AM, Julia Lawall wrote: > The v4l2_m2m_ops structures are only passed as the only > argument to v4l2_m2m_init, which is declared as const. > Thus the v4l2_m2m_ops structures themselves can be const. > > Done with the help of Coccinelle. > Signed-off-by: Julia Lawall Reviewed-by: Sylwester Nawrocki