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
MFC after: 3 days
Reviewed by: markj, kib
Differential Revision: https://reviews.freebsd.org/D46093

Details

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