Searched hist:216490 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_hpet.cdiff 216490 Thu Dec 16 15:07:48 MST 2010 jhb Small style fixes:
- Avoid side-effect assignments in if statements when possible.
- Don't use ! to check for NULL pointers, explicitly check against NULL.
- Explicitly check error return values against 0.
- Don't use INTR_MPSAFE for interrupt handlers with only filters as it is
meaningless.
- Remove unneeded function casts.
/freebsd-11-stable/sys/x86/isa/
H A Datrtc.cdiff 216490 Thu Dec 16 15:07:48 MST 2010 jhb Small style fixes:
- Avoid side-effect assignments in if statements when possible.
- Don't use ! to check for NULL pointers, explicitly check against NULL.
- Explicitly check error return values against 0.
- Don't use INTR_MPSAFE for interrupt handlers with only filters as it is
meaningless.
- Remove unneeded function casts.

Completed in 133 milliseconds