Re: [PATCH] sound: remove unnecessary blank

2021-03-22 Thread Takashi Iwai
On Sun, 21 Mar 2021 09:59:48 +0100, Fengfei Xi wrote: > > Remove unnecessary blank when calling kmalloc_array(). > > Signed-off-by: Fengfei Xi Thanks for the patch. We apply this kind of trivial coding-style fix only if it'd improve the readability significantly or when it's a preliminary work

[PATCH] sound: remove unnecessary blank

2021-03-21 Thread Fengfei Xi
Remove unnecessary blank when calling kmalloc_array(). Signed-off-by: Fengfei Xi --- sound/oss/dmasound/dmasound_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/oss/dmasound/dmasound_core.c b/sound/oss/dmasound/dmasound_core.c index 49679aa86..78bb9dfe2 100644 -