[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1540913482-22130-1-git-send-email-Julia.Lawall@lip6.fr>
Date: Tue, 30 Oct 2018 16:31:20 +0100
From: Julia Lawall <Julia.Lawall@...6.fr>
To: linux-usb@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-media@...r.kernel.org
Subject: [PATCH 0/2] constify vb2_ops structures
The vb2_ops structures can be const as they are only stored in the ops
field of a vb2_queue structure and this field is const.
Done with the help of Coccinelle.
---
drivers/media/i2c/video-i2c.c | 2 +-
drivers/usb/gadget/function/uvc_queue.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Powered by blists - more mailing lists