WARNING: line length of 83 exceeds 80 columns #59: FILE: drivers/net/ethernet/cisco/enic/enic_wq.c:12: +static inline void enic_wq_cq_desc_dec(const struct cq_desc *desc_arg, bool ext_wq, WARNING: line length of 98 exceeds 80 columns #146: FILE: drivers/net/ethernet/cisco/enic/enic_wq.c:86: +unsigned int enic_wq_cq_service(struct enic *enic, unsigned int cq_index, unsigned int work_to_do) WARNING: line length of 84 exceeds 80 columns #161: FILE: drivers/net/ethernet/cisco/enic/enic_wq.c:101: + enic_wq_service(cq->vdev, cq_desc, type, q_number, completed_index); WARNING: line length of 99 exceeds 80 columns #199: FILE: drivers/net/ethernet/cisco/enic/enic_wq.h:6: +unsigned int enic_wq_cq_service(struct enic *enic, unsigned int cq_index, unsigned int work_to_do); total: 0 errors, 4 warnings, 0 checks, 160 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 9deb9e2240f1 ("enic : cleanup of enic wq request completion path") 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, 4 warnings, 0 checks, 160 lines checked