Re: [PATCH v3 1/3] nfc: s3fwrn5: convert to gpio descriptors
From: Jakub Kicinski
Date: Fri Mar 06 2026 - 18:34:53 EST
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.