WARNING: line length of 90 exceeds 80 columns #81: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_phy.c:53: + dev_err(hdev->dev, "unknown port %d speed, continue with 50 GHz\n", port); WARNING: line length of 87 exceeds 80 columns #85: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_phy.c:57: + dev_dbg(hdev->dev, "port %d, speed %d data rate %d\n", port, speed, data_rate); WARNING: line length of 98 exceeds 80 columns #120: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_phy.c:92: + * - internal ports: Enqueue link event in EQ dispatcher. IB event would be dispatched in WARNING: line length of 92 exceeds 80 columns #122: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_phy.c:94: + * - external ports: Do not enqueue. hbl IB driver dispatches IB events from netdev WARNING: line length of 93 exceeds 80 columns #130: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_phy.c:102: + rc = hbl_cn_eq_dispatcher_enqueue_bcast(cn_port, &cn_port->link_eqe); WARNING: line length of 82 exceeds 80 columns #134: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_phy.c:106: + port, up ? "up" : "down", rc); WARNING: line length of 98 exceeds 80 columns #140: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_phy.c:112: + /* The FEC counters are relevant during the time that link is UP, hence reset them here */ WARNING: line length of 87 exceeds 80 columns #160: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_phy.c:132: + /* If mac_loopback is enabled on this port, move the port status to UP state */ WARNING: line length of 86 exceeds 80 columns #168: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_phy.c:140: + /* If EQ is supported, it will take care of setting the port status */ WARNING: line length of 87 exceeds 80 columns #181: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_phy.c:153: + dev_err(hdev->dev, "ASIC specific phy port power-up failed, %d\n", rc); WARNING: line length of 89 exceeds 80 columns #187: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_phy.c:159: + queue_delayed_work(cn_port->wq, &cn_port->link_status_work, msecs_to_jiffies(1)); WARNING: line length of 98 exceeds 80 columns #192: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_phy.c:164: +/* This function does not change the port link status in order to avoid unnecessary netdev actions WARNING: line length of 100 exceeds 80 columns #200: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_phy.c:172: + /* This is done before the check because we support setting mac loopback for a specific port WARNING: line length of 96 exceeds 80 columns #201: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_phy.c:173: + * and this function might be called when cn_port->mac_loopback is true (during the port WARNING: line length of 97 exceeds 80 columns #202: FILE: drivers/net/ethernet/intel/hbl_cn/common/hbl_cn_phy.c:174: + * reset after setting mac loopback), but the link status work was scheduled before (when total: 0 errors, 15 warnings, 0 checks, 231 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 1e51f7118f54 ("net: hbl_cn: physical layer support") 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, 15 warnings, 0 checks, 231 lines checked