CHECK: braces {} should be used on all arms of this statement #95: FILE: drivers/nfc/nfcmrvl/main.c:230: + if (priv->config.reset_gpio) { [...] - gpio_set_value(priv->config.reset_n_io, 1); [...] WARNING: line length of 83 exceeds 80 columns #191: FILE: drivers/nfc/nfcmrvl/uart.c:90: + of_fwnode_handle(matched_node), WARNING: line length of 83 exceeds 80 columns #208: FILE: drivers/nfc/nfcmrvl/uart.c:122: + if (nfcmrvl_uart_parse_dt(dev->parent->of_node, &config, dev) == 0) total: 0 errors, 2 warnings, 1 checks, 181 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 85612e787ab2 ("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, 2 warnings, 1 checks, 181 lines checked