From 3ff65f71cb34a10c4e29b3c17b1ed35c40d7617c Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Thu, 30 Jan 2020 20:05:05 +0000 Subject: Remove duplicated empty lines from kern/*.c No functional changes. --- sys/kern/subr_hints.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/kern/subr_hints.c') 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. -- cgit v1.2.3