https://bugs.linaro.org/show_bug.cgi?id=2828

--- Comment #1 from Bill Fischofer <bill.fischo...@linaro.org> ---
Also appears here:

350static inline void add_tail(sched_cmd_t *cmd)
351{
352        prio_queue_t *prio_queue;
353        int group    = cmd->s.group;
354        int prio     = cmd->s.prio;
355        uint32_t idx = cmd->s.ring_idx;
356
357        prio_queue = &sched_global.prio_queue[group][prio];
358

CID 174661 (#1 of 1): Incorrect sizeof expression (BAD_SIZEOF)
bad_sizeof: Taking the size of arithmetic expression 1024 + 64 is suspicious.
359        ring_enq(&prio_queue->ring, RING_MASK, idx);
360}

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to