svn commit: r362340 - stable/12/sys/dev/nvme

Alexander Motin mav at FreeBSD.org
Thu Jun 18 20:25:42 UTC 2020


Author: mav
Date: Thu Jun 18 20:25:42 2020
New Revision: 362340
URL: https://svnweb.freebsd.org/changeset/base/362340

Log:
  MFC r360504 (by imp): Style(9) nit: put function name at start of line.

Modified:
  stable/12/sys/dev/nvme/nvme_ns.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/nvme/nvme_ns.c
==============================================================================
--- stable/12/sys/dev/nvme/nvme_ns.c	Thu Jun 18 20:23:46 2020	(r362339)
+++ stable/12/sys/dev/nvme/nvme_ns.c	Thu Jun 18 20:25:42 2020	(r362340)
@@ -618,7 +618,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-stable mailing list