Re: [PATCH v3 1/3] nfc: s3fwrn5: convert to gpio descriptors
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-03-06 23:34:48
Also in:
linux-gpio, lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-03-06 23:34:48
Also in:
linux-gpio, lkml
On Fri, 6 Mar 2026 11:59:09 +0800 Jialu Xu wrote:
+ phy->common.gpio_fw_wake = devm_gpiod_get(&client->dev, "wake", + GPIOD_OUT_LOW);
Please make sure continuation line is aligned to after the opening bracket. There's a few of such issues in this patch.