From 0bc261868af8b66aec6a2d29414cb28805a5b43d Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Tue, 1 Sep 2020 21:58:29 +0000 Subject: [PATCH] psci: clean up empty lines in .c and .h files --- sys/dev/psci/psci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/psci/psci.c b/sys/dev/psci/psci.c index 52ef12b09938..f2bd4c698e5a 100644 --- a/sys/dev/psci/psci.c +++ b/sys/dev/psci/psci.c @@ -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++)