WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #40: new file mode 100644 WARNING: line length of 90 exceeds 80 columns #289: FILE: include/linux/auxiliary_bus.h:219: +#define auxiliary_device_add(auxdev) __auxiliary_device_add(auxdev, KBUILD_MODNAME, false) WARNING: line length of 81 exceeds 80 columns #295: FILE: include/linux/auxiliary_bus.h:225: +void auxiliary_device_sysfs_irq_remove(struct auxiliary_device *auxdev, int irq); WARNING: line length of 89 exceeds 80 columns #297: FILE: include/linux/auxiliary_bus.h:227: +int auxiliary_device_sysfs_irq_add(struct auxiliary_device *auxdev, int irq) {return 0; } WARNING: line length of 83 exceeds 80 columns #298: FILE: include/linux/auxiliary_bus.h:228: +void auxiliary_device_sysfs_irq_remove(struct auxiliary_device *auxdev, int irq) {} total: 0 errors, 5 warnings, 0 checks, 243 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 0f4822994724 ("driver core: auxiliary bus: show auxiliary device IRQs") 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, 5 warnings, 0 checks, 243 lines checked