CHECK: architecture specific defines should be avoided #195: FILE: drivers/net/ethernet/wangxun/libwx/wx_err.c:169: +#if defined(__i386__) || defined(__x86_64__) WARNING: line length of 84 exceeds 80 columns #220: FILE: drivers/net/ethernet/wangxun/libwx/wx_err.c:194: + pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, ®s->uncor_status); WARNING: line length of 85 exceeds 80 columns #222: FILE: drivers/net/ethernet/wangxun/libwx/wx_err.c:196: + pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_SEVER, ®s->uncor_severity); total: 0 errors, 2 warnings, 1 checks, 579 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 da6ea090ac81 ("net: wangxun: add pcie error handler") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 2 warnings, 1 checks, 579 lines checked