Re: [PATCH] uacce: fix some coding styles

2020-09-14 Thread Jonathan Cameron
On Mon, 14 Sep 2020 10:29:07 +0800 Kai Ye wrote: > 1. delete some redundant code. > 2. modify the module author information. > > Signed-off-by: Kai Ye > Reviewed-by: Zhou Wang > Acked-by: Zhangfei Gao Two things, so should really be two patches. > --- > Changes in V2: > deleted extra

[PATCH] uacce: fix some coding styles

2020-09-13 Thread Kai Ye
1. delete some redundant code. 2. modify the module author information. Signed-off-by: Kai Ye Reviewed-by: Zhou Wang Acked-by: Zhangfei Gao --- Changes in V2: deleted extra NULL pointer check in uacce_fops. drivers/misc/uacce/uacce.c | 13 + 1 file changed, 1 insertion(+),

Re: [PATCH] uacce: fix some coding styles

2020-09-11 Thread Greg KH
On Fri, Sep 11, 2020 at 03:37:25PM +0800, yekai(A) wrote: > Hi Hartman > > Could you help to take this patch? > Thanks. > On 2020/7/31 11:09, Zhangfei Gao wrote: > > > > > > On 2020/7/30 下午2:13, Kai Ye wrote: > > > 1. delete some redundant code. > > > 2. modify the module author information. > >

Re: [PATCH] uacce: fix some coding styles

2020-09-11 Thread yekai(A)
Hi Hartman Could you help to take this patch? Thanks. On 2020/7/31 11:09, Zhangfei Gao wrote: On 2020/7/30 下午2:13, Kai Ye wrote: 1. delete some redundant code. 2. modify the module author information. Signed-off-by: Kai Ye Thanks Kai Acked-by: Zhangfei Gao Thanks

Re: [PATCH] uacce: fix some coding styles

2020-07-30 Thread Zhangfei Gao
On 2020/7/30 下午2:13, Kai Ye wrote: 1. delete some redundant code. 2. modify the module author information. Signed-off-by: Kai Ye Thanks Kai Acked-by: Zhangfei Gao Thanks

Re: [PATCH] uacce: fix some coding styles

2020-07-30 Thread Zhou Wang
On 2020/7/30 14:13, Kai Ye wrote: > 1. delete some redundant code. > 2. modify the module author information. > > Signed-off-by: Kai Ye Fine to me. Reviewed-by: Zhou Wang Thanks, Zhou > --- > Changes in V2: > deleted extra NULL pointer check in uacce_fops. > > drivers/misc/uacce/uacc

[PATCH] uacce: fix some coding styles

2020-07-29 Thread Kai Ye
1. delete some redundant code. 2. modify the module author information. Signed-off-by: Kai Ye --- Changes in V2: deleted extra NULL pointer check in uacce_fops. drivers/misc/uacce/uacce.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/drivers/misc/uacc

Re: [PATCH] uacce: fix some coding styles

2020-07-20 Thread Zhangfei Gao
On 2020/7/20 下午3:18, Kai Ye wrote: 1. add some parameter check. 2. delete some redundant code. 3. modify the module author information. Signed-off-by: Kai Ye Reviewed-by: Zhou Wang Thanks Kai. --- drivers/misc/uacce/uacce.c | 28 +--- 1 file changed, 13 insertio

[PATCH] uacce: fix some coding styles

2020-07-20 Thread Kai Ye
1. add some parameter check. 2. delete some redundant code. 3. modify the module author information. Signed-off-by: Kai Ye Reviewed-by: Zhou Wang --- drivers/misc/uacce/uacce.c | 28 +--- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/drivers/misc/uacce/