diff options
Diffstat (limited to 'common/timer.c')
| -rw-r--r-- | common/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timer.c b/common/timer.c index dadb88d..5206840 100644 --- a/common/timer.c +++ b/common/timer.c @@ -30,7 +30,7 @@ struct timer_node { struct timer timer; }; -#define timer_container(ptr) container_of(ptr, struct timer_node, sp_n) +#define timer_container(ptr) container_of(ptr, struct timer_node, sp_n) #define timer_node_container(ptr) container_of(ptr, struct timer_node, timer) |
