WARNING: line length of 83 exceeds 80 columns #639: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_hw_intf.h:44: +static inline void mgmt_msg_params_init_default(struct mgmt_msg_params *msg_params, WARNING: line length of 84 exceeds 80 columns #1023: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_lld.c:42: + struct hinic3_adev *hadev = container_of(dev, struct hinic3_adev, adev.dev); WARNING: line length of 81 exceeds 80 columns #1029: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_lld.c:48: + enum hinic3_service_type svc_type) WARNING: line length of 84 exceeds 80 columns #1098: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_lld.c:117: + pci_adapter->hadev[svc_type] = hinic3_add_one_adev(hwdev, svc_type); WARNING: line length of 84 exceeds 80 columns #1139: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_lld.c:158: + void (*event_handler)(struct auxiliary_device *adev, WARNING: line length of 87 exceeds 80 columns #1140: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_lld.c:159: + struct hinic3_event_info *event)) WARNING: line length of 84 exceeds 80 columns #1267: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_lld.c:286: +static int hinic3_func_init(struct pci_dev *pdev, struct hinic3_pcidev *pci_adapter) WARNING: line length of 84 exceeds 80 columns #1419: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_lld.h:16: + void (*event_handler)(struct auxiliary_device *adev, WARNING: line length of 88 exceeds 80 columns #1420: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_lld.h:17: + struct hinic3_event_info *event)); WARNING: line length of 87 exceeds 80 columns #1503: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_main.c:73: + nic_dev->dma_rx_buff_size = HINIC3_RX_BUFF_NUM_PER_PAGE * nic_dev->rx_buff_len; WARNING: line length of 81 exceeds 80 columns #1544: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_main.c:114: + hinic3_del_mac(hwdev, netdev->dev_addr, 0, hinic3_global_func_id(hwdev)); WARNING: line length of 85 exceeds 80 columns #1597: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_main.c:167: +static void hinic3_link_status_change(struct net_device *netdev, bool link_status_up) WARNING: line length of 83 exceeds 80 columns #1630: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_main.c:200: + case HINIC3_SRV_EVENT_TYPE(HINIC3_EVENT_SRV_NIC, HINIC3_NIC_EVENT_LINK_UP): WARNING: line length of 85 exceeds 80 columns #1633: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_main.c:203: + case HINIC3_SRV_EVENT_TYPE(HINIC3_EVENT_SRV_NIC, HINIC3_NIC_EVENT_LINK_DOWN): WARNING: line length of 81 exceeds 80 columns #2001: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_netdev_ops.c:32: + netdev_err(netdev, "Failed to change port mtu to %d\n", new_mtu); WARNING: line length of 87 exceeds 80 columns #2003: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_netdev_ops.c:34: + netdev_dbg(netdev, "Change mtu from %u to %d\n", netdev->mtu, new_mtu); WARNING: line length of 84 exceeds 80 columns #2147: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_nic_cfg.c:96: +static int hinic3_check_mac_info(struct hinic3_hwdev *hwdev, u8 status, u16 vlan_id) WARNING: line length of 92 exceeds 80 columns #2157: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_nic_cfg.c:106: +int hinic3_set_mac(struct hinic3_hwdev *hwdev, const u8 *mac_addr, u16 vlan_id, u16 func_id) WARNING: line length of 92 exceeds 80 columns #2198: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_nic_cfg.c:147: +int hinic3_del_mac(struct hinic3_hwdev *hwdev, const u8 *mac_addr, u16 vlan_id, u16 func_id) WARNING: line length of 81 exceeds 80 columns #2228: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_nic_cfg.c:177: +int hinic3_update_mac(struct hinic3_hwdev *hwdev, const u8 *old_mac, u8 *new_mac, WARNING: line length of 93 exceeds 80 columns #2319: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_nic_cfg.h:32: +int hinic3_set_mac(struct hinic3_hwdev *hwdev, const u8 *mac_addr, u16 vlan_id, u16 func_id); WARNING: line length of 93 exceeds 80 columns #2320: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_nic_cfg.h:33: +int hinic3_del_mac(struct hinic3_hwdev *hwdev, const u8 *mac_addr, u16 vlan_id, u16 func_id); WARNING: line length of 94 exceeds 80 columns #2321: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_nic_cfg.h:34: +int hinic3_update_mac(struct hinic3_hwdev *hwdev, const u8 *old_mac, u8 *new_mac, u16 vlan_id, WARNING: line length of 81 exceeds 80 columns #2539: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_nic_io.h:87: + db.db_info = DB_INFO_SET(DB_SRC_TYPE, TYPE) | DB_INFO_SET(cflag, CFLAG) | WARNING: line length of 89 exceeds 80 columns #2623: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_queue_common.c:47: + qpages->pages = kcalloc(qpages->num_pages, sizeof(qpages->pages[0]), GFP_KERNEL); WARNING: line length of 90 exceeds 80 columns #2753: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_rx.c:44: +static int rx_alloc_mapped_page(struct net_device *netdev, struct hinic3_rx_info *rx_info) WARNING: line length of 85 exceeds 80 columns #2812: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_rx.c:103: + rxq->next_to_update = (u16)((rxq->next_to_update + 1) & rxq->q_mask); WARNING: line length of 96 exceeds 80 columns #2899: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_rx.c:190: + dma_unmap_page(rxq->dev, rx_info->buf_dma_addr, rxq->dma_rx_buff_size, DMA_FROM_DEVICE); WARNING: line length of 94 exceeds 80 columns #3031: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_rx.c:322: + skb_shinfo(skb)->gso_size = (u16)DIV_ROUND_UP((skb->len - skb_headlen(skb)), num_lro); WARNING: line length of 95 exceeds 80 columns #3032: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_rx.c:323: + skb_shinfo(skb)->gso_type = (proto == htons(ETH_P_IP)) ? SKB_GSO_TCPV4 : SKB_GSO_TCPV6; WARNING: line length of 97 exceeds 80 columns #3292: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_tx.c:78: + dma_info[0].dma = dma_map_single(&pdev->dev, skb->data, skb_headlen(skb), DMA_TO_DEVICE); WARNING: line length of 98 exceeds 80 columns #3444: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_tx.c:230: + ((struct udphdr *)skb_transport_header(skb))->dest != VXLAN_OFFLOAD_PORT_LE) { WARNING: line length of 81 exceeds 80 columns #3659: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_tx.c:445: + wqe_combo->task = hinic3_wq_get_one_wqebb(&txq->sq->wq, &tmp_pi); WARNING: line length of 83 exceeds 80 columns #4061: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_wq.c:12: + struct hinic3_sq_bufdesc **second_part_wqebbs_addr, WARNING: line length of 81 exceeds 80 columns #4076: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_wq.c:27: + *second_part_wqebbs_addr = get_q_element(&wq->qpages, idx, NULL); WARNING: line length of 83 exceeds 80 columns #4157: FILE: drivers/net/ethernet/huawei/hinic3/hinic3_wq.h:73: + struct hinic3_sq_bufdesc **second_part_wqebbs_addr, total: 0 errors, 36 warnings, 0 checks, 3819 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 6bce35ef364a ("hinic3: module initialization and tx/rx logic") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 36 warnings, 0 checks, 3819 lines checked