WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #45: new file mode 100644 WARNING: line length of 82 exceeds 80 columns #123: FILE: net/qrtr/af_qrtr.c:531: + le32_to_cpu(pkt->server.instance)); WARNING: line length of 93 exceeds 80 columns #152: FILE: net/qrtr/qrtr.h:22: + int (*add_device)(struct qrtr_endpoint *parent, unsigned int node, unsigned int port, WARNING: line length of 90 exceeds 80 columns #191: FILE: net/qrtr/smd.c:37: +static int qcom_smd_qrtr_device_match(struct device *dev, const struct device_driver *drv) WARNING: line length of 83 exceeds 80 columns #201: FILE: net/qrtr/smd.c:47: + if (id->service == qdev->service && id->instance == qdev->instance) WARNING: line length of 86 exceeds 80 columns #209: FILE: net/qrtr/smd.c:55: +static int qcom_smd_qrtr_uevent(const struct device *dev, struct kobj_uevent_env *env) WARNING: line length of 89 exceeds 80 columns #213: FILE: net/qrtr/smd.c:59: + return add_uevent_var(env, "MODALIAS=%s%x:%x", QRTR_MODULE_PREFIX, qdev->service, WARNING: line length of 83 exceeds 80 columns #265: FILE: net/qrtr/smd.c:111: +static int qcom_smd_qrtr_match_device_by_port(struct device *dev, const void *data) WARNING: line length of 94 exceeds 80 columns #275: FILE: net/qrtr/smd.c:121: + struct qrtr_new_server *new_server = container_of(work, struct qrtr_new_server, work); WARNING: line length of 91 exceeds 80 columns #301: FILE: net/qrtr/smd.c:147: + dev_err(qsdev->dev, "Failed to register QRTR device: %pe\n", ERR_PTR(ret)); WARNING: line length of 94 exceeds 80 columns #308: FILE: net/qrtr/smd.c:154: + struct qrtr_del_server *del_server = container_of(work, struct qrtr_del_server, work); WARNING: line length of 83 exceeds 80 columns #311: FILE: net/qrtr/smd.c:157: + qcom_smd_qrtr_match_device_by_port); WARNING: line length of 84 exceeds 80 columns #316: FILE: net/qrtr/smd.c:162: +static int qcom_smd_qrtr_add_device(struct qrtr_endpoint *parent, unsigned int node, WARNING: line length of 81 exceeds 80 columns #317: FILE: net/qrtr/smd.c:163: + unsigned int port, u16 service, u16 instance) WARNING: line length of 83 exceeds 80 columns #319: FILE: net/qrtr/smd.c:165: + struct qrtr_smd_dev *qsdev = container_of(parent, struct qrtr_smd_dev, ep); WARNING: line length of 84 exceeds 80 columns #340: FILE: net/qrtr/smd.c:186: +static int qcom_smd_qrtr_del_device(struct qrtr_endpoint *parent, unsigned int port) WARNING: line length of 83 exceeds 80 columns #342: FILE: net/qrtr/smd.c:188: + struct qrtr_smd_dev *qsdev = container_of(parent, struct qrtr_smd_dev, ep); WARNING: line length of 81 exceeds 80 columns #372: FILE: net/qrtr/smd.c:281: + device_for_each_child(qsdev->dev, NULL, qcom_smd_qrtr_device_unregister); total: 0 errors, 18 warnings, 0 checks, 383 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 a37115291cd9 ("net: qrtr: Turn QRTR into a bus") 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, 18 warnings, 0 checks, 383 lines checked