Messages in this thread |  | | Subject | Re: [PATCH net-next 5/7] net: hns3: add more info to hns3_dbg_bd_info() | From | tanhuazhong <> | Date | Sat, 28 Nov 2020 09:59:56 +0800 |
| |
On 2020/11/28 4:53, Jakub Kicinski wrote: > On Fri, 27 Nov 2020 16:47:20 +0800 Huazhong Tan wrote: >> Since TX hardware checksum and RX completion checksum have been >> supported now, so add related information in hns3_dbg_bd_info(). >> >> Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> > > drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c:266:22: warning: incorrect type in assignment (different base types) > drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c:266:22: expected restricted __sum16 [usertype] csum > drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c:266:22: got unsigned int > drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c:268:22: warning: invalid assignment: |= > drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c:268:22: left side has type restricted __sum16 > drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c:268:22: right side has type unsigned int >
Will fix it, thanks.
> . >
|  |