aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_timer_wheel.c
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2021-03-01 17:17:08 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2021-03-02 16:02:41 +0200
commit434c4762b82beae643cb94473315ae08ca0cf35e (patch)
tree91159542dea10136a85c96bbc059c7e525e21ba3 /platform/linux-generic/odp_timer_wheel.c
parent05dc91ff554cdf4e027bf78492cafa29a525ae2e (diff)
linux-gen: fix white space style warnings
Fix checkpatch style warnings: MULTILINE_DEREFERENCE, LINE_SPACING and SUSPECT_CODE_INDENT Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'platform/linux-generic/odp_timer_wheel.c')
-rw-r--r--platform/linux-generic/odp_timer_wheel.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/linux-generic/odp_timer_wheel.c b/platform/linux-generic/odp_timer_wheel.c
index 84640d215..b0b2f5fba 100644
--- a/platform/linux-generic/odp_timer_wheel.c
+++ b/platform/linux-generic/odp_timer_wheel.c
@@ -637,9 +637,7 @@ static int timer_current_wheel_update(timer_wheels_t *timer_wheels,
if (timer_slot->user_data != 0) {
rc = expired_timers_append(timer_wheels, timer_slot);
if (rc < 0)
- timer_wheels->
- expired_timers_ring->
- expired_ring_full_cnt++;
+ timer_wheels->expired_timers_ring->expired_ring_full_cnt++;
timer_slot->user_data = 0;
}