Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 21:58:29 +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: r365173 - head/sys/dev/psci
Message-ID:  <202009012158.081LwTht048157@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mjg
Date: Tue Sep  1 21:58:29 2020
New Revision: 365173
URL: https://svnweb.freebsd.org/changeset/base/365173

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

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

Modified: head/sys/dev/psci/psci.c
==============================================================================
--- head/sys/dev/psci/psci.c	Tue Sep  1 21:58:12 2020	(r365172)
+++ head/sys/dev/psci/psci.c	Tue Sep  1 21:58:29 2020	(r365173)
@@ -498,7 +498,6 @@ psci_v0_1_init(device_t dev, int default_version __unu
 	phandle_t node;
 	int len;
 
-
 	/* Zero out the function ID table - Is this needed ? */
 	for (psci_fn = PSCI_FN_VERSION, psci_fnid = PSCI_FNID_VERSION;
 	    psci_fn < PSCI_FN_MAX; psci_fn++, psci_fnid++)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009012158.081LwTht048157>