Re: [PATCH 2/5] net: hns3: pointer type of buffer should be void

2020-06-18 Thread Jakub Kicinski
On Thu, 18 Jun 2020 13:02:08 +1200 Barry Song wrote: > Move the type of buffer address from unsigned char to void > > Signed-off-by: Barry Song > --- > drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 2 +- > drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 2 +- > 2 files changed, 2

[PATCH 2/5] net: hns3: pointer type of buffer should be void

2020-06-17 Thread Barry Song
Move the type of buffer address from unsigned char to void Signed-off-by: Barry Song --- drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 2 +- drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git