tdc: typo

Signed-off-by: Samuel Iglesias Gonsálvez's avatarSamuel Iglesias Gonsalvez <siglesias@igalia.com>
parent ee4b32d5
......@@ -103,7 +103,7 @@ static inline int tdc_is_valid_pulse_width(struct tdc_event rising, struct tdc_e
up = rising.coarse_time * 8000000000 + rising.fine_time * 81;
down = (falling.local_utc - rising.local_utc) * 1000000000000 +
falling.coarse_time * 8000000000 + rising.fine_time * 81;
/* Valid pulse width if it is higher of 100 ns */
/* Valid pulse width if it is higher than 100 ns */
return (down - up > 100000);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment