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

This commit is contained in:
Mateusz Guzik 2020-09-01 21:58:29 +00:00
parent ed67e0760a
commit 0bc261868a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365173

View File

@ -498,7 +498,6 @@ psci_v0_1_init(device_t dev, int default_version __unused)
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++)