Re: [PATCH 3/6] ALSA: firewire: constify snd_pcm_ops structures

From: Takashi Sakamoto
Date: Thu Sep 01 2016 - 20:06:51 EST


On 2016å09æ02æ 08:28, Takashi Sakamoto wrote:
Hi Julia,

On 2016å09æ02æ 07:13, Julia Lawall wrote:
Check for snd_pcm_ops structures that are only stored in the ops field of a
snd_soc_platform_driver structure or passed as the third argument to
snd_pcm_set_ops. The corresponding field or parameter is declared const,
so snd_pcm_ops structures that have this property can be declared as const
also.

The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

Reviewed-by: Takashi Sakamoto <o-takashi@xxxxxxxxxxxxx>

I've realized this issue and will fix in this development cycle for
Linux 4.9. Thanks for your continuous effort to reinforce software for
better directions.

s/will/had a plan to/g


Regards

Takashi Sakamoto