aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/md/md.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 22:08:52 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 22:08:52 +0000
commit1224a253d8d0f808808e901110b0cb5d49b439c0 (patch)
tree9fe82b6f76f29b118bf3a1e12125132bfea7c7d8 /sys/dev/md/md.c
parent9f169a20b5da80d848e8e6a5dafb49683c73c0af (diff)
downloadsrc-1224a253d8d0f808808e901110b0cb5d49b439c0.tar.gz
src-1224a253d8d0f808808e901110b0cb5d49b439c0.zip
md: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365211
Diffstat (limited to 'sys/dev/md/md.c')
-rw-r--r--sys/dev/md/md.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index 25c488ca2313..1f7cb086e85a 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -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)
{
@@ -1374,7 +1372,6 @@ mdcreate_malloc(struct md_s *sc, struct md_req *mdr)
return (error);
}
-
static int
mdsetcred(struct md_s *sc, struct ucred *cred)
{