[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1540644545-26184-1-git-send-email-Julia.Lawall@lip6.fr>
Date: Sat, 27 Oct 2018 14:49:03 +0200
From: Julia Lawall <Julia.Lawall@...6.fr>
To: Mauro Carvalho Chehab <mchehab@...nel.org>
Cc: kernel-janitors@...r.kernel.org, linux-media@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] constify structures stored in fields of v4l2_subdev_ops structure
The fields of a v4l2_subdev_ops structure are all const, so the
structures that are stored there and are not used elsewhere can be
const as well.
Done with the help of Coccinelle.
---
drivers/media/i2c/ov7740.c | 4 ++--
drivers/media/platform/vimc/vimc-sensor.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Powered by blists - more mailing lists