Skip to content

Commit e2e9218

Browse files
committed
drivers: gpio: silabs-siwx91x: clang format corrections
Apply clang format corrections Signed-off-by: Sai Santhosh Malae <[email protected]>
1 parent 611950b commit e2e9218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/gpio_silabs_siwx91x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ static DEVICE_API(gpio, gpio_siwx91x_api) = {
449449
gpio_siwx91x_isr, DEVICE_DT_GET(node_id), 0); \
450450
irq_enable(DT_IRQ_BY_IDX(node_id, idx, irq));
451451

452-
static DEVICE_API(gpio, gpio_siwx91x_common_api) = { };
452+
static DEVICE_API(gpio, gpio_siwx91x_common_api) = {};
453453

454454
#define GPIO_CONTROLLER_INIT(idx) \
455455
const struct device *ports_##idx[DT_INST_CHILD_NUM(idx)]; \

0 commit comments

Comments
 (0)