CHECK: braces {} should be used on all arms of this statement #88: FILE: drivers/nfc/nfcmrvl/main.c:230: + if (priv->config.reset_gpio) { [...] - gpio_set_value(priv->config.reset_n_io, 1); [...] CHECK: Alignment should match open parenthesis #183: FILE: drivers/nfc/nfcmrvl/uart.c:90: + reset_gpio = devm_fwnode_gpiod_get_optional(dev, + of_fwnode_handle(matched_node), WARNING: line length of 83 exceeds 80 columns #200: FILE: drivers/nfc/nfcmrvl/uart.c:122: + if (nfcmrvl_uart_parse_dt(dev->parent->of_node, &config, dev) == 0) total: 0 errors, 1 warnings, 2 checks, 180 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 0e5162e74f58 ("nfc: nfcmrvl: convert to gpio descriptors") 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, 1 warnings, 2 checks, 180 lines checked