Module Name: src Committed By: riastradh Date: Thu Feb 23 03:03:58 UTC 2023
Modified Files:
src/sys/kern: subr_pcq.c
Log Message:
pcq(9): KASSERT(A && B) -> KASSERT(A); KASSERT(B)
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/kern/subr_pcq.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
