]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
nvme_ctrlr_enable: Small style nits
authorWarner Losh <imp@FreeBSD.org>
Fri, 1 Oct 2021 16:51:24 +0000 (10:51 -0600)
committerWarner Losh <imp@FreeBSD.org>
Fri, 1 Oct 2021 16:56:10 +0000 (10:56 -0600)
commita245627a4e9553c84eddea07570daaf85c1067b6
tree7e4a8e1f6f9e5e47b70d8c2052aca3cdbc92b520
parent26259f6ab96e68766556b973d3a4ca0ad125e174
nvme_ctrlr_enable: Small style nits

Rewrite the nested if's using the preferred FreeBSD style for branches
of ifs that return. NFC. Minor tweaks to the comments to better fit new
code layout.

Sponsored by: Netflix
Reviewed by: mav, chuck (prior rev, but comments rolled in)
Differential Revision: https://reviews.freebsd.org/D32245
sys/dev/nvme/nvme_ctrlr.c