From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752627AbdHOJAU (ORCPT ); Tue, 15 Aug 2017 05:00:20 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:20234 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752390AbdHOJAT (ORCPT ); Tue, 15 Aug 2017 05:00:19 -0400 X-IronPort-AV: E=Sophos;i="5.41,377,1498514400"; d="scan'208";a="287121508" Date: Tue, 15 Aug 2017 11:00:17 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Takashi Iwai 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: Message-ID: References: <1502784594-14670-3-git-send-email-Julia.Lawall@lip6.fr> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 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, 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 julia