pinctrl: require ; after PINCTRL_DT_(INST_)DEFINE macros
The PINCTRL_DT_(INST_)DEFINE macros already defined the trailing ;, making its usage inconsistent with other macros such as DEVICE_DT_DEFINE. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
7803a4e590
commit
5dc6ed3ce3
21 changed files with 24 additions and 24 deletions
|
@ -240,7 +240,7 @@ struct pinctrl_dev_config {
|
|||
Z_PINCTRL_STATES_DEFINE(node_id) \
|
||||
Z_PINCTRL_DEV_CONFIG_CONST Z_PINCTRL_DEV_CONFIG_STATIC \
|
||||
struct pinctrl_dev_config Z_PINCTRL_DEV_CONFIG_NAME(node_id) = \
|
||||
Z_PINCTRL_DEV_CONFIG_INIT(node_id);
|
||||
Z_PINCTRL_DEV_CONFIG_INIT(node_id)
|
||||
|
||||
/**
|
||||
* @brief Define all pin control information for the given compatible index.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue