WARNING: line length of 91 exceeds 80 columns #28: FILE: drivers/base/property.c:622: + * fwnode_property_get_reference_optional_args() - Find a reference with optional arguments WARNING: line length of 83 exceeds 80 columns #49: FILE: drivers/base/property.c:643: +int fwnode_property_get_reference_optional_args(const struct fwnode_handle *fwnode, WARNING: line length of 83 exceeds 80 columns #53: FILE: drivers/base/property.c:647: + struct fwnode_reference_args *args) WARNING: line length of 90 exceeds 80 columns #68: FILE: drivers/base/property.c:662: + return fwnode_call_int_op(fwnode->secondary, get_reference_args, prop, nargs_prop, WARNING: line length of 83 exceeds 80 columns #84: FILE: include/linux/property.h:142: +int fwnode_property_get_reference_optional_args(const struct fwnode_handle *fwnode, WARNING: line length of 89 exceeds 80 columns #85: FILE: include/linux/property.h:143: + const char *prop, const char *nargs_prop, WARNING: line length of 84 exceeds 80 columns #87: FILE: include/linux/property.h:145: + struct fwnode_reference_args *args); total: 0 errors, 7 warnings, 0 checks, 62 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 30a53236cfa4 ("device property: Add fwnode_property_get_reference_optional_args") 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, 7 warnings, 0 checks, 62 lines checked