svn commit: r360504 - head/sys/dev/nvme

Warner Losh imp at FreeBSD.org
Thu Apr 30 20:58:40 UTC 2020


Author: imp
Date: Thu Apr 30 20:58:38 2020
New Revision: 360504
URL: https://svnweb.freebsd.org/changeset/base/360504

Log:
  Style(9) nit: put function name at start of line.

Modified:
  head/sys/dev/nvme/nvme_ns.c

Modified: head/sys/dev/nvme/nvme_ns.c
==============================================================================
--- head/sys/dev/nvme/nvme_ns.c	Thu Apr 30 20:58:33 2020	(r360503)
+++ head/sys/dev/nvme/nvme_ns.c	Thu Apr 30 20:58:38 2020	(r360504)
@@ -617,7 +617,8 @@ nvme_ns_construct(struct nvme_namespace *ns, uint32_t 
 	return (0);
 }
 
-void nvme_ns_destruct(struct nvme_namespace *ns)
+void
+nvme_ns_destruct(struct nvme_namespace *ns)
 {
 
 	if (ns->cdev != NULL)


More information about the svn-src-all mailing list