Re: [PATCH] sound: core: fixed coding style errors

2021-02-22 Thread Rajesh Kumbhakar
Alright, I will resubmit the patch.

Re: [PATCH] sound: core: fixed coding style errors

2021-02-22 Thread Takashi Iwai
On Mon, 22 Feb 2021 20:41:56 +0100, Rajesh Kumbhakar wrote: > > fixing ERROR: "foo * bar" should be "foo *bar" > fixing WARNING: Missing a blank line after declarations > > Signed-off-by: Rajesh Kumbhakar > --- > sound/core/hwdep_compat.c | 4 +++- > 1 file changed, 3 insertions(+), 1

[PATCH] sound: core: fixed coding style errors

2021-02-22 Thread Rajesh Kumbhakar
fixing ERROR: "foo * bar" should be "foo *bar" fixing WARNING: Missing a blank line after declarations Signed-off-by: Rajesh Kumbhakar --- sound/core/hwdep_compat.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sound/core/hwdep_compat.c b/sound/core/hwdep_compat.c index