svn commit: r365190 - head/sys/dev/nvd
Mateusz Guzik
mjg at FreeBSD.org
Tue Sep 1 22:03:33 UTC 2020
Author: mjg
Date: Tue Sep 1 22:03:32 2020
New Revision: 365190
URL: https://svnweb.freebsd.org/changeset/base/365190
Log:
nvd: clean up empty lines in .c and .h files
Modified:
head/sys/dev/nvd/nvd.c
Modified: head/sys/dev/nvd/nvd.c
==============================================================================
--- head/sys/dev/nvd/nvd.c Tue Sep 1 22:03:10 2020 (r365189)
+++ head/sys/dev/nvd/nvd.c Tue Sep 1 22:03:32 2020 (r365190)
@@ -518,4 +518,3 @@ nvd_controller_fail(void *ctrlr_arg)
mtx_unlock(&nvd_lock);
free(ctrlr, M_NVD);
}
-
More information about the svn-src-all
mailing list