HomeFreeBSD

kern_malloc: remove '.' and '\n' from KASSERT/panic

Description

kern_malloc: remove '.' and '\n' from KASSERT/panic

KASSERT and panic calls should not have a '.' at the end of the message
and do not need '\n'. Remove these.

No functional changes.

Reported by: markj (during review of D45812)
Sponsored by: The FreeBSD Foundation
Reviewed by: markj, kib
Differential Revision: https://reviews.freebsd.org/D46093

(cherry picked from commit c0df224ba5b1fe6257dd197f8298bf59fb6e520f)

Details

Provenance
bzAuthored on Jul 23 2024, 6:27 PM
Reviewer
markj
Differential Revision
D46093: kern_malloc: remove '.' and '\n' from KASSERT/panic
Parents
rG1eb6c9cfc9b0: malloc(9): extend contigmalloc(9) by a "slab cookie"
Branches
Unknown
Tags
Unknown