[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1502786211-20520-1-git-send-email-Julia.Lawall@lip6.fr>
Date: Tue, 15 Aug 2017 10:36:51 +0200
From: Julia Lawall <Julia.Lawall@...6.fr>
To: linux-input@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org,
Benjamin Tissoires <benjamin.tissoires@...hat.com>,
linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org,
alsa-devel@...a-project.org
Subject: [PATCH 0/3] constify snd_rawmidi_ops structures
These snd_rawmidi_ops structures are only passed as the third
argument of snd_rawmidi_set_ops. This argument is const, so the
snd_rawmidi_ops structures can be const too.
Done with the help of Coccinelle.
---
drivers/hid/hid-prodikeys.c | 2 +-
drivers/usb/gadget/function/f_midi.c | 4 ++--
sound/firewire/motu/motu-midi.c | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
Powered by blists - more mailing lists