========== checkpatch - FAILED ERROR: Unrecognized email address: 'https://github.com/vdh-robothania' #30: Reported-by: https://github.com/vdh-robothania WARNING: line length of 91 exceeds 80 columns #60: FILE: drivers/net/can/spi/mcp251xfd/mcp251xfd-ring.c:486: + .rx_max_coalesced_frames_irq = priv->rx_obj_num_coalesce_irq == 0 ? WARNING: line length of 91 exceeds 80 columns #64: FILE: drivers/net/can/spi/mcp251xfd/mcp251xfd-ring.c:489: + .tx_max_coalesced_frames_irq = priv->tx_obj_num_coalesce_irq == 0 ? total: 1 errors, 2 warnings, 0 checks, 21 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 2b7ef1534b55 ("can: mcp251xfd: mcp251xfd_ring_alloc(): fix coalescing configuration when switching CAN modes") 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.