WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #118: new file mode 100644 CHECK: Comparison to NULL could be written "!match" #162: FILE: drivers/net/usb/usbnet_quirks.h:40: + return match == NULL ? false : true; CHECK: extern prototypes should be avoided in .h files #173: FILE: include/linux/usb/usbnet.h:191: +extern int usbnet_probe_quirks(struct usb_interface *udev, total: 0 errors, 1 warnings, 2 checks, 84 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 67f0a66c10b9 ("net: usb: support quirks in usbnet") 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, 1 warnings, 2 checks, 84 lines checked