WARNING: line length of 81 exceeds 80 columns #112: FILE: drivers/nfc/s3fwrn5/i2c.c:163: + phy->common.gpio_en = devm_gpiod_get(&client->dev, "en", GPIOD_OUT_HIGH); WARNING: line length of 87 exceeds 80 columns #121: FILE: drivers/nfc/s3fwrn5/i2c.c:167: + phy->common.gpio_fw_wake = devm_gpiod_get(&client->dev, "wake", GPIOD_OUT_LOW); WARNING: line length of 81 exceeds 80 columns #247: FILE: drivers/nfc/s3fwrn5/uart.c:123: + phy->common.gpio_en = devm_gpiod_get(&serdev->dev, "en", GPIOD_OUT_HIGH); WARNING: line length of 87 exceeds 80 columns #257: FILE: drivers/nfc/s3fwrn5/uart.c:129: + phy->common.gpio_fw_wake = devm_gpiod_get(&serdev->dev, "wake", GPIOD_OUT_LOW); total: 0 errors, 4 warnings, 0 checks, 202 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 9f632e10424e ("nfc: s3fwrn5: 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, 4 warnings, 0 checks, 202 lines checked