WARNING: line length of 81 exceeds 80 columns #134: FILE: drivers/i2c/i2c-core-arp.c:78: +const struct smbus_device_id *i2c_smbus_match_id(const struct i2c_client *client, WARNING: line length of 82 exceeds 80 columns #135: FILE: drivers/i2c/i2c-core-arp.c:79: + const struct smbus_device_id *id) WARNING: line length of 81 exceeds 80 columns #145: FILE: drivers/i2c/i2c-core-arp.c:89: + if ((id->vendor == SMBUS_ANY_ID || id->vendor == udid->vendor) && WARNING: line length of 81 exceeds 80 columns #146: FILE: drivers/i2c/i2c-core-arp.c:90: + (id->device == SMBUS_ANY_ID || id->device == udid->device) && WARNING: line length of 90 exceeds 80 columns #153: FILE: drivers/i2c/i2c-core-arp.c:97: + (id->subvendor == SMBUS_ANY_ID || id->subvendor == udid->subvendor) && WARNING: line length of 90 exceeds 80 columns #154: FILE: drivers/i2c/i2c-core-arp.c:98: + (id->subdevice == SMBUS_ANY_ID || id->subdevice == udid->subdevice) && WARNING: line length of 82 exceeds 80 columns #226: FILE: drivers/i2c/i2c-core-arp.c:170: + ARP_CMD_ASSIGN_ADDRESS, I2C_SMBUS_BLOCK_DATA, &data); WARNING: line length of 93 exceeds 80 columns #265: FILE: drivers/i2c/i2c-core-arp.c:209: + ret = devm_add_action_or_reset(&client->dev, i2c_smbus_arp_remove_client, info.udid); WARNING: line length of 95 exceeds 80 columns #349: FILE: drivers/i2c/i2c-core-arp.c:293: + if (!i2c_check_functionality(adapter, I2C_FUNC_SMBUS_BYTE | I2C_FUNC_SMBUS_BLOCK_DATA)) WARNING: line length of 86 exceeds 80 columns #352: FILE: drivers/i2c/i2c-core-arp.c:296: + adapter->arp = devm_kzalloc(&adapter->dev, sizeof(*adapter->arp), GFP_KERNEL); WARNING: line length of 82 exceeds 80 columns #384: FILE: drivers/i2c/i2c-core-arp.c:328: + list_for_each_entry_safe(client, next, &adapter->arp->clients, detected) { WARNING: line length of 95 exceeds 80 columns #442: FILE: drivers/i2c/i2c-core-base.c:184: + return add_uevent_var(env, "MODALIAS=smbus:v%04xd%04xi%04xsv%04xsd%04xvsi%08x", WARNING: line length of 83 exceeds 80 columns #445: FILE: drivers/i2c/i2c-core-base.c:187: + client->udid->subvendor, client->udid->subdevice, WARNING: line length of 84 exceeds 80 columns #456: FILE: drivers/i2c/i2c-core-base.c:703: + return sysfs_emit(buf, "smbus:v%04xd%04xi%04xsv%04xsd%04xvsi%08x\n", WARNING: line length of 83 exceeds 80 columns #459: FILE: drivers/i2c/i2c-core-base.c:706: + client->udid->subvendor, client->udid->subdevice, WARNING: line length of 81 exceeds 80 columns #529: FILE: drivers/i2c/i2c-core.h:112: +const struct smbus_device_id *i2c_smbus_match_id(const struct i2c_client *client, WARNING: line length of 83 exceeds 80 columns #530: FILE: drivers/i2c/i2c-core.h:113: + const struct smbus_device_id *id); WARNING: line length of 81 exceeds 80 columns #590: FILE: include/linux/i2c-smbus.h:102: + * specific interface. The vendor, device, subvendor and subdevice fields will be WARNING: line length of 84 exceeds 80 columns #604: FILE: include/linux/i2c-smbus.h:116: +#define SMBUS_INTERFACE_OEM SMBUS_INTERFACE(BIT(4) | SMBUS_INTERFACE_SMBUS_V2_0) WARNING: line length of 84 exceeds 80 columns #605: FILE: include/linux/i2c-smbus.h:117: +#define SMBUS_INTERFACE_ASF SMBUS_INTERFACE(BIT(5) | SMBUS_INTERFACE_SMBUS_V2_0) WARNING: line length of 84 exceeds 80 columns #606: FILE: include/linux/i2c-smbus.h:118: +#define SMBUS_INTERFACE_IPMI SMBUS_INTERFACE(BIT(6) | SMBUS_INTERFACE_SMBUS_V2_0) WARNING: line length of 84 exceeds 80 columns #607: FILE: include/linux/i2c-smbus.h:119: +#define SMBUS_INTERFACE_ZONE SMBUS_INTERFACE(BIT(7) | SMBUS_INTERFACE_SMBUS_V3_0) total: 0 errors, 22 warnings, 0 checks, 664 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 d8b3cf3abc6a ("i2c: SMBus Address Resolution Protocol implementation for host side") 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. total: 0 errors, 22 warnings, 0 checks, 664 lines checked