Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 68340 Build 65223: arc lint + arc unit
Event Timeline
| sys/dev/sound/pcm/buffer.c | ||
|---|---|---|
| 285 | for (; length > 0; length--, i++)
p[i % b->bufsize] = data; | |