WARNING: line length of 83 exceeds 80 columns #89: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn.h:122: +#define TSN_TIMER_CURRENT_RTC_NS 0x00014 /* Current TOD Nanoseconds - RO */ WARNING: line length of 83 exceeds 80 columns #90: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn.h:123: +#define TSN_TIMER_CURRENT_RTC_SEC_L 0x00018 /* Current TOD Seconds Low - RO */ WARNING: line length of 84 exceeds 80 columns #91: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn.h:124: +#define TSN_TIMER_CURRENT_RTC_SEC_H 0x0001C /* Current TOD Seconds High - RO */ WARNING: line length of 83 exceeds 80 columns #96: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn.h:129: +#define TSN_TIMER_MAX_NSEC_MASK GENMASK_ULL(TSN_TIMER_MAX_NSEC_SIZE - 1, 0) WARNING: line length of 82 exceeds 80 columns #98: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn.h:131: +#define TSN_TIMER_MAX_SEC_MASK GENMASK_ULL(TSN_TIMER_MAX_SEC_SIZE - 1, 0) WARNING: line length of 90 exceeds 80 columns #561: FILE: drivers/net/ethernet/xilinx/tsn/xilinx_tsn_ptp_clock.c:296: + timer->irq = platform_get_irq_byname(common->pdev, "interrupt_ptp_timer"); total: 0 errors, 6 warnings, 0 checks, 581 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 5b8ed5c9e0db ("net: xilinx: tsn: Add PTP hardware clock (PHC) and timer support") 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, 6 warnings, 0 checks, 581 lines checked