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++)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to