Skip to content

Commit 605d785

Browse files
Flavio Ceolinmbolivar-nordic
authored andcommitted
pm: Add an underline in device pm slot
Add an underline character before "slot" to make the sufix easier to read. Signed-off-by: Flavio Ceolin <[email protected]>
1 parent 8ddb21e commit 605d785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/pm/device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ struct pm_device {
201201
*/
202202
#define Z_PM_DEVICE_DEFINE_SLOT(dev_name) \
203203
static const Z_DECL_ALIGN(struct device *) \
204-
_CONCAT(Z_PM_DEVICE_NAME(dev_name), slot) __used \
204+
_CONCAT(Z_PM_DEVICE_NAME(dev_name), _slot) __used \
205205
__attribute__((__section__(".z_pm_device_slots")))
206206

207207
#ifdef CONFIG_PM_DEVICE

0 commit comments

Comments
 (0)