Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
head/sys/dev/hyperv/vmbus/hv_channel.c | ||
---|---|---|
632 | Since you are already modifying this code, I would just use bool here (because it's shorter). | |
636 | All of the above should be size_t, and constified AFAICT (or at least const unsigned int). | |
649 | Adding this padding here is very ugly. Shouldn't the padding be added by hv_ring_buffer_write automatically? It seems open-coding this for every caller of hv_ring_buffer_write is very inefficient. | |
654 | return (error); |