WARNING: line length of 85 exceeds 80 columns #28: FILE: drivers/net/usb/pegasus.c:100: +static int get_registers(struct pegasus *pegasus, __u16 indx, __u16 size, void *data) WARNING: line length of 82 exceeds 80 columns #63: FILE: drivers/net/usb/pegasus.c:177: +static int __mii_op(struct pegasus *p, __u8 phy, __u8 indx, __u16 *regd, __u8 cmd) WARNING: line length of 83 exceeds 80 columns #72: FILE: drivers/net/usb/pegasus.c:214: +static int read_mii_word(struct pegasus *pegasus, __u8 phy, __u8 indx, __u16 *regd) WARNING: line length of 84 exceeds 80 columns #79: FILE: drivers/net/usb/pegasus.c:220: +static int write_mii_word(struct pegasus *pegasus, __u8 phy, __u8 indx, __u16 *regd) WARNING: line length of 89 exceeds 80 columns #407: FILE: drivers/net/usb/pegasus.c:1107: + struct pegasus *pegasus = container_of(work, struct pegasus, carrier_check.work); total: 0 errors, 5 warnings, 0 checks, 378 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 905656b11c42 ("net: usb: pegasus: remove pegasus_t typedef for struct pegasus") 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, 5 warnings, 0 checks, 378 lines checked