Date: Tue, 1 Sep 2020 21:47:20 +0000 (UTC) From: Mateusz Guzik <mjg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r365133 - head/sys/dev/watchdog Message-ID: <202009012147.081LlK8T040182@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mjg Date: Tue Sep 1 21:47:20 2020 New Revision: 365133 URL: https://svnweb.freebsd.org/changeset/base/365133 Log: watchdog: clean up empty lines in .c and .h files Modified: head/sys/dev/watchdog/watchdog.c Modified: head/sys/dev/watchdog/watchdog.c ============================================================================== --- head/sys/dev/watchdog/watchdog.c Tue Sep 1 21:46:58 2020 (r365132) +++ head/sys/dev/watchdog/watchdog.c Tue Sep 1 21:47:20 2020 (r365133) @@ -120,7 +120,6 @@ seconds_to_pow2ns(int seconds) return (power); } - int wdog_kern_pat(u_int utim) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009012147.081LlK8T040182>