This is used in drm 5.7.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 39768 Build 36657: arc lint + arc unit
Event Timeline
sys/compat/linuxkpi/common/include/linux/mm.h | ||
---|---|---|
96 | Parenthesis around (flags) is good macro practice: I suggest like this: (((flags) & (FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_TRIED)) == FAULT_FLAG_ALLOW_RETRY) |