Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 45188 Build 42076: arc lint + arc unit
Event Timeline
sys/dev/cxgbe/cxgbei/icl_cxgbei.c | ||
---|---|---|
1825 | This part looks mostly duplicated from cxgbei_limits(). |
sys/dev/cxgbe/cxgbei/icl_cxgbei.c | ||
---|---|---|
1825 | It is, but without the min/max computations. I could perhaps put cxgbei_limits() under #ifdef COMPAT_FREEBSD13 in fact since it should only be used in the compat shim for older binaries. |
sys/dev/cxgbe/cxgbei/icl_cxgbei.c | ||
---|---|---|
1825 | I don't see a problem from min() in cxgbei_limits(). I was more concerned by it not returning result code, whatever it means. But as you wish... |