]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use 'retval' label for first error in syscallenter().
authorjhb <jhb@FreeBSD.org>
Tue, 9 Jul 2019 23:58:12 +0000 (23:58 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 9 Jul 2019 23:58:12 +0000 (23:58 +0000)
commitadf94964beb23663e7fe23a1af633b9c5c21b8f9
tree1266bc7c78b8c4ef75dec30a9b303b578c59c92a
parent2f733b78b1ffb6cc0002280fa33c77dc2921a339
Use 'retval' label for first error in syscallenter().

This is more consistent with the rest of the function and lets us
unindent most of the function.

Reviewed by: kib
MFC after: 1 month
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D20897
sys/kern/subr_syscall.c