diff --git a/sys/dev/nvd/nvd.c b/sys/dev/nvd/nvd.c index 1e8488867844..061304471905 100644 --- a/sys/dev/nvd/nvd.c +++ b/sys/dev/nvd/nvd.c @@ -518,4 +518,3 @@ nvd_controller_fail(void *ctrlr_arg) mtx_unlock(&nvd_lock); free(ctrlr, M_NVD); } -