aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_hints.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-01-30 20:05:05 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-01-30 20:05:05 +0000
commit3ff65f71cb34a10c4e29b3c17b1ed35c40d7617c (patch)
treed998b56ff9b33b1d81a73337820801db63ef66d2 /sys/kern/subr_hints.c
parent2823710f0531037f228a43825c04d0c320e78e05 (diff)
downloadsrc-3ff65f71cb34a10c4e29b3c17b1ed35c40d7617c.tar.gz
src-3ff65f71cb34a10c4e29b3c17b1ed35c40d7617c.zip
Remove duplicated empty lines from kern/*.c
No functional changes.
Notes
Notes: svn path=/head/; revision=357312
Diffstat (limited to 'sys/kern/subr_hints.c')
-rw-r--r--sys/kern/subr_hints.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/subr_hints.c b/sys/kern/subr_hints.c
index ba30e23d9f8a..63ee87d27076 100644
--- a/sys/kern/subr_hints.c
+++ b/sys/kern/subr_hints.c
@@ -135,7 +135,6 @@ res_find(char **hintp_cookie, int *line, int *startln,
char *hintp, *p;
bool dyn_used = false;
-
/*
* We are expecting that the caller will pass us a hintp_cookie that
* they are tracking. Upon entry, if *hintp_cookie is *not* set, this
@@ -449,7 +448,6 @@ resource_find_match(int *anchor, const char **name, int *unit,
return ret;
}
-
/*
* err = resource_find_dev(&anchor, name, &unit, res, value);
* Iterate through a list of devices, returning their unit numbers.