From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753335AbdHOJ3p (ORCPT ); Tue, 15 Aug 2017 05:29:45 -0400 Received: from mx2.suse.de ([195.135.220.15]:40418 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752426AbdHOJ3o (ORCPT ); Tue, 15 Aug 2017 05:29:44 -0400 Date: Tue, 15 Aug 2017 11:29:42 +0200 Message-ID: From: Takashi Iwai To: Julia Lawall Cc: Clemens Ladisch , alsa-devel@alsa-project.org, bhumirks@gmail.com, Jaroslav Kysela , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] ALSA: firewire-motu: constify snd_rawmidi_ops structures In-Reply-To: References: <1502784594-14670-3-git-send-email-Julia.Lawall@lip6.fr> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.2 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 15 Aug 2017 11:00:17 +0200, Julia Lawall wrote: > > > > On Tue, 15 Aug 2017, Takashi Iwai wrote: > > > On Tue, 15 Aug 2017 10:09:54 +0200, > > Julia Lawall wrote: > > > > > > 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. > > > > > > Signed-off-by: Julia Lawall > > > > What are other two patches? Since I haven't received a cover letter, > > no idea whether I overlooked them or not relevant with my tree... > > Oops, I forgot to make a cover letter for this. The others are: > > drivers/hid/hid-prodikeys.c > drivers/usb/gadget/function/f_midi.c OK, thanks! Takashi