From 4f2104ff20753d78af0058e3ca5e9e042cd707af Mon Sep 17 00:00:00 2001 From: Juan Castillo Date: Fri, 13 Jun 2014 17:05:10 +0100 Subject: Remove all checkpatch errors from codebase Exclude stdlib files because they do not follow kernel code style. Fixes ARM-software/tf-issues#73 Change-Id: I4cfafa38ab436f5ab22c277cb38f884346a267ab --- services/std_svc/psci/psci_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/std_svc') diff --git a/services/std_svc/psci/psci_common.c b/services/std_svc/psci/psci_common.c index 87be843..23235d3 100644 --- a/services/std_svc/psci/psci_common.c +++ b/services/std_svc/psci/psci_common.c @@ -98,7 +98,7 @@ int get_power_on_target_afflvl(unsigned long mpidr) * Simple routine to retrieve the maximum affinity level supported by the * platform and check that it makes sense. ******************************************************************************/ -int get_max_afflvl() +int get_max_afflvl(void) { int aff_lvl; -- cgit v1.2.3