WARNING: line length of 81 exceeds 80 columns #189: FILE: drivers/net/can/usb/peak_usb/pcan_usb_core.c:900: +int pcan_get_ts_info(struct net_device *dev, struct kernel_ethtool_ts_info *info) WARNING: line length of 82 exceeds 80 columns #202: FILE: drivers/net/can/usb/peak_usb/pcan_usb_core.h:148: +int pcan_get_ts_info(struct net_device *dev, struct kernel_ethtool_ts_info *info); WARNING: line length of 87 exceeds 80 columns #241: FILE: drivers/net/dsa/microchip/ksz_ptp.c:296: +int ksz_get_ts_info(struct dsa_switch *ds, int port, struct kernel_ethtool_ts_info *ts) WARNING: line length of 87 exceeds 80 columns #393: FILE: drivers/net/ethernet/broadcom/tg3.c:6144: +static int tg3_get_ts_info(struct net_device *dev, struct kernel_ethtool_ts_info *info) WARNING: line length of 86 exceeds 80 columns #467: FILE: drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c:1553: +static int get_ts_info(struct net_device *dev, struct kernel_ethtool_ts_info *ts_info) WARNING: line length of 84 exceeds 80 columns #813: FILE: drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c:1085: +mlxsw_sp_get_ts_info(struct net_device *netdev, struct kernel_ethtool_ts_info *info) WARNING: line length of 85 exceeds 80 columns #848: FILE: drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.h:14: +static inline int mlxsw_sp_ptp_get_ts_info_noptp(struct kernel_ethtool_ts_info *info) WARNING: line length of 84 exceeds 80 columns #988: FILE: drivers/net/ethernet/qlogic/qede/qede_ptp.c:324: +int qede_ptp_get_ts_info(struct qede_dev *edev, struct kernel_ethtool_ts_info *info) WARNING: line length of 83 exceeds 80 columns #1001: FILE: drivers/net/ethernet/qlogic/qede/qede_ptp.h:20: +int qede_ptp_get_ts_info(struct qede_dev *edev, struct kernel_ethtool_ts_info *ts); WARNING: line length of 92 exceeds 80 columns #1027: FILE: drivers/net/ethernet/renesas/rswitch.c:1812: +static int rswitch_get_ts_info(struct net_device *ndev, struct kernel_ethtool_ts_info *info) WARNING: line length of 85 exceeds 80 columns #1066: FILE: drivers/net/ethernet/sfc/ptp.c:1867: +void efx_ptp_get_ts_info(struct efx_nic *efx, struct kernel_ethtool_ts_info *ts_info) WARNING: line length of 82 exceeds 80 columns #1176: FILE: drivers/net/ethernet/ti/cpsw_ethtool.c:720: +int cpsw_get_ts_info(struct net_device *ndev, struct kernel_ethtool_ts_info *info) WARNING: line length of 82 exceeds 80 columns #1185: FILE: drivers/net/ethernet/ti/cpsw_ethtool.c:741: +int cpsw_get_ts_info(struct net_device *ndev, struct kernel_ethtool_ts_info *info) WARNING: line length of 83 exceeds 80 columns #1198: FILE: drivers/net/ethernet/ti/cpsw_priv.h:513: +int cpsw_get_ts_info(struct net_device *ndev, struct kernel_ethtool_ts_info *info); WARNING: line length of 95 exceeds 80 columns #1310: FILE: drivers/net/phy/micrel.c:2555: +static int lan8814_ts_info(struct mii_timestamper *mii_ts, struct kernel_ethtool_ts_info *info) WARNING: line length of 85 exceeds 80 columns #1428: FILE: include/linux/ethtool.h:1040: + int (*get_ts_info)(struct net_device *, struct kernel_ethtool_ts_info *); WARNING: function definition argument 'struct net_device *' should also have an identifier name #1428: FILE: include/linux/ethtool.h:1040: + int (*get_ts_info)(struct net_device *, struct kernel_ethtool_ts_info *); WARNING: function definition argument 'struct kernel_ethtool_ts_info *' should also have an identifier name #1428: FILE: include/linux/ethtool.h:1040: + int (*get_ts_info)(struct net_device *, struct kernel_ethtool_ts_info *); WARNING: line length of 86 exceeds 80 columns #1539: FILE: net/ethtool/common.c:632: +int __ethtool_get_ts_info(struct net_device *dev, struct kernel_ethtool_ts_info *info) WARNING: line length of 93 exceeds 80 columns #1557: FILE: net/ethtool/common.c:664: +int ethtool_get_ts_info_by_layer(struct net_device *dev, struct kernel_ethtool_ts_info *info) WARNING: line length of 87 exceeds 80 columns #1570: FILE: net/ethtool/common.h:47: +int __ethtool_get_ts_info(struct net_device *dev, struct kernel_ethtool_ts_info *info); total: 0 errors, 21 warnings, 0 checks, 1009 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 e2df540fc978 ("net: Add struct kernel_ethtool_ts_info") 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, 21 warnings, 0 checks, 1009 lines checked