WARNING: line length of 89 exceeds 80 columns #103: FILE: drivers/usb/serial/qcserial.c:175: + {DEVICE_SWI_9X50_MBIM(0x1199, 0x90B1)}, /* Sierra Wireless EM7565 "MBIM USBIF" */ WARNING: line length of 136 exceeds 80 columns #105: FILE: drivers/usb/serial/qcserial.c:177: + {DEVICE_SWI_9X50_PCIE(0x1199, 0x90c1)}, /* Sierra Wireless EM7565 (unknown configuration, found in on-device AT command help) */ WARNING: line length of 89 exceeds 80 columns #107: FILE: drivers/usb/serial/qcserial.c:179: + {DEVICE_SWI_9X50_PCIE(0x1199, 0x90c3)}, /* Sierra Wireless EM7565 "PCIE USBIF" */ ERROR: code indent should use tabs where possible #179: FILE: drivers/usb/serial/qcserial.c:472: +^I^I^I "unexpected interface for PCIE-USBIF layout type: %u\n",$ ERROR: code indent should use tabs where possible #180: FILE: drivers/usb/serial/qcserial.c:473: +^I^I^I (unsigned)ifnum);$ WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #180: FILE: drivers/usb/serial/qcserial.c:473: + (unsigned)ifnum); total: 2 errors, 4 warnings, 0 checks, 106 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit 0f83717fa254 ("USB: serial: qcserial: add EM7565 (9X50) IDs and configurations") 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.