Module Name: src Committed By: riastradh Date: Sun Jul 17 11:42:55 UTC 2022
Modified Files:
src/sys/dev/wscons: wsmouse.c
Log Message:
wsmouse(4): KASSERT(a && b) -> KASSERT(a); KASSERT(b)
Better diagnostics. No other functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/dev/wscons/wsmouse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
