Re: [Xen-devel] [PATCH] ALSA: xen-front: Refine indentations and constify snd_pcm_ops

2018-09-20 Thread Takashi Iwai
On Wed, 19 Sep 2018 23:47:10 +0200, Nick Simonov wrote: > > snd_pcm_ops are not supposed to change. So mark the > non-const structs as const. Also, refine indentation > to ncrease readability. > > Signed-off-by: Nick Simonov Applied now, thanks. Takashi

Re: [Xen-devel] [PATCH] ALSA: xen-front: Refine indentations and constify snd_pcm_ops

2018-09-19 Thread Oleksandr Andrushchenko
On 09/20/2018 12:47 AM, Nick Simonov wrote: snd_pcm_ops are not supposed to change. So mark the non-const structs as const. Also, refine indentation to ncrease readability. Signed-off-by: Nick Simonov --- sound/xen/xen_snd_front_alsa.c | 46 +- 1 file

[Xen-devel] [PATCH] ALSA: xen-front: Refine indentations and constify snd_pcm_ops

2018-09-19 Thread Nick Simonov
snd_pcm_ops are not supposed to change. So mark the non-const structs as const. Also, refine indentation to ncrease readability. Signed-off-by: Nick Simonov --- sound/xen/xen_snd_front_alsa.c | 46 +- 1 file changed, 23 insertions(+), 23 deletions(-)