Skip to content

Commit 558dd0a

Browse files
committed
macros: move problematic inline comment
1 parent 4878c5c commit 558dd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/sys/util_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@
137137
_61, _62, N, ...) N
138138

139139
/* Used by MACRO_MAP_CAT */
140+
/* To make sure it works also for 2 arguments in total */
140141
#define MACRO_MAP_CAT_(...) \
141-
/* To make sure it works also for 2 arguments in total */ \
142142
MACRO_MAP_CAT_N(NUM_VA_ARGS_LESS_1(__VA_ARGS__), __VA_ARGS__)
143143
#define MACRO_MAP_CAT_N_(N, ...) UTIL_CAT(MACRO_MC_, N)(__VA_ARGS__,)
144144
#define MACRO_MC_0(...)

0 commit comments

Comments
 (0)