Re: [PATCH] uacce: fixup coding style

2021-03-24 Thread Greg KH
On Wed, Mar 24, 2021 at 04:11:55PM +0800, Kai Ye wrote: > delete invalid and redundant variable initialization. Why is it "invalid"? Seems to just not be needed. And this isn't a coding style issue, your subject line is incorrect :( thanks, greg k-h

[PATCH] uacce: fixup coding style

2021-03-24 Thread Kai Ye
delete invalid and redundant variable initialization. Signed-off-by: Kai Ye Reviewed-by: Zhou Wang --- drivers/misc/uacce/uacce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/uacce/uacce.c b/drivers/misc/uacce/uacce.c index d07af4e..94843e0 100644 --- a/drive