========== checkpatch - FAILED WARNING: please, no spaces at the start of a line #28: FILE: drivers/net/usb/rtl8150.c:722: + rtl8150_t *dev = netdev_priv(netdev);$ WARNING: please, no spaces at the start of a line #29: FILE: drivers/net/usb/rtl8150.c:723: + short tmp;$ WARNING: please, no spaces at the start of a line #37: FILE: drivers/net/usb/rtl8150.c:726: + if (!get_registers(dev, CSCR, 2, &tmp) &&$ ERROR: code indent should use tabs where possible #38: FILE: drivers/net/usb/rtl8150.c:727: + (tmp & CSCR_LINK_STATUS))$ WARNING: please, no spaces at the start of a line #38: FILE: drivers/net/usb/rtl8150.c:727: + (tmp & CSCR_LINK_STATUS))$ ERROR: code indent should use tabs where possible #39: FILE: drivers/net/usb/rtl8150.c:728: + netif_carrier_on(netdev);$ WARNING: please, no spaces at the start of a line #39: FILE: drivers/net/usb/rtl8150.c:728: + netif_carrier_on(netdev);$ WARNING: please, no spaces at the start of a line #40: FILE: drivers/net/usb/rtl8150.c:729: + else$ ERROR: code indent should use tabs where possible #41: FILE: drivers/net/usb/rtl8150.c:730: + netif_carrier_off(netdev);$ WARNING: please, no spaces at the start of a line #41: FILE: drivers/net/usb/rtl8150.c:730: + netif_carrier_off(netdev);$ WARNING: The commit message has 'syzkaller', perhaps it also needs a 'Fixes:' tag? total: 3 errors, 8 warnings, 0 checks, 46 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 eade3567ebcc ("usb: rtl8150: Initialize buffers to fix KMSAN uninit-value in rtl8150_open") 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.