WARNING: line length of 88 exceeds 80 columns #46: FILE: drivers/net/usb/pegasus.c:50: + {.match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = vid, .idProduct = pid, \ WARNING: line length of 100 exceeds 80 columns #47: FILE: drivers/net/usb/pegasus.c:51: + .driver_info = (kernel_ulong_t)&(const struct usb_eth_dev) {.name = pn, .private = flags}}, WARNING: line length of 99 exceeds 80 columns #57: FILE: drivers/net/usb/pegasus.c:61: + .driver_info = (kernel_ulong_t)&(const struct usb_eth_dev) {.name = pn, .private = flags}}, WARNING: line length of 85 exceeds 80 columns #95: FILE: drivers/net/usb/pegasus.c:1148: + const struct usb_eth_dev *info = (const struct usb_eth_dev *)id->driver_info; WARNING: line length of 81 exceeds 80 columns #153: FILE: drivers/net/usb/pegasus.c:1348: + pegasus_ids[dyn_id_index].driver_info = (kernel_ulong_t)&dynamic_id_info; total: 0 errors, 5 warnings, 0 checks, 136 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 e1d380cf6c46 ("net: usb: pegasus: don't rely on id table pointer arithmetic") 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, 136 lines checked