svn commit: r365211 - head/sys/dev/md

Mateusz Guzik mjg at FreeBSD.org
Tue Sep 1 22:08:53 UTC 2020


Author: mjg
Date: Tue Sep  1 22:08:52 2020
New Revision: 365211
URL: https://svnweb.freebsd.org/changeset/base/365211

Log:
  md: clean up empty lines in .c and .h files

Modified:
  head/sys/dev/md/md.c

Modified: head/sys/dev/md/md.c
==============================================================================
--- head/sys/dev/md/md.c	Tue Sep  1 22:08:39 2020	(r365210)
+++ head/sys/dev/md/md.c	Tue Sep  1 22:08:52 2020	(r365211)
@@ -226,7 +226,6 @@ struct g_class g_md_class = {
 
 DECLARE_GEOM_CLASS(g_md_class, g_md);
 
-
 static LIST_HEAD(, md_s) md_softc_list = LIST_HEAD_INITIALIZER(md_softc_list);
 
 #define NINDIR	(PAGE_SIZE / sizeof(uintptr_t))
@@ -444,7 +443,6 @@ s_write(struct indir *ip, off_t offset, uintptr_t ptr)
 	return (0);
 }
 
-
 static int
 g_md_access(struct g_provider *pp, int r, int w, int e)
 {
@@ -1373,7 +1371,6 @@ mdcreate_malloc(struct md_s *sc, struct md_req *mdr)
 	}
 	return (error);
 }
-
 
 static int
 mdsetcred(struct md_s *sc, struct ucred *cred)


More information about the svn-src-all mailing list