cam_iosched: Fix a comment

Array elements were added, but this comment wasn't updated.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2021-11-08 14:20:41 -07:00
parent d70ca5b00e
commit c048ac620f

@ -1823,7 +1823,7 @@ cam_iosched_update(struct iop_stats *iop, sbintime_t sim_latency)
}
}
if (i == LAT_BUCKETS - 1)
iop->latencies[i]++; /* Put all > 1024ms values into the last bucket. */
iop->latencies[i]++; /* Put all > 8192ms values into the last bucket. */
/*
* Classic exponentially decaying average with a tiny alpha