WARNING: suspect code indent for conditional statements (16, 20) #83: FILE: drivers/net/usb/lan78xx.c:1590: + if (ee->magic == LAN78XX_OTP_MAGIC) + ret = lan78xx_write_raw_otp(dev, ee->offset, ee->len, data); WARNING: suspect code indent for conditional statements (16, 20) #86: FILE: drivers/net/usb/lan78xx.c:1593: + if (ee->magic == LAN78XX_EEPROM_MAGIC) + ret = lan78xx_write_raw_eeprom(dev, ee->offset, ee->len, data); WARNING: line length of 83 exceeds 80 columns #87: FILE: drivers/net/usb/lan78xx.c:1594: + ret = lan78xx_write_raw_eeprom(dev, ee->offset, ee->len, data); WARNING: line length of 93 exceeds 80 columns #105: FILE: drivers/net/usb/lan78xx.c:1612: + memcpy(data, lan78xx_priv_flags_strings, sizeof(lan78xx_priv_flags_strings)); total: 0 errors, 4 warnings, 0 checks, 120 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 1babacbad01d ("Add LAN78XX OTP_ACCESS flag support") 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, 4 warnings, 0 checks, 120 lines checked