diff options
author | danh-arm <dan.handley@arm.com> | 2015-03-05 15:02:41 +0000 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2015-03-05 15:02:41 +0000 |
commit | 5930eadbe5d8d4c3f15fd910476f72cd5bf86f44 (patch) | |
tree | c088f032c61d12d7cd0ee35c1fad18efddba8fb7 /services/std_svc/psci/psci_common.c | |
parent | 0412c66a9e5a55e960055d80e2ff604fadf1ca3e (diff) | |
parent | ba592e280229c8d86e2ad688d0eba11b70172f5f (diff) |
Merge pull request #261 from sandrine-bailleux/sb/coding-style
Ignore C library files when checking coding style
Fix violations to the coding style
Diffstat (limited to 'services/std_svc/psci/psci_common.c')
-rw-r--r-- | services/std_svc/psci/psci_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/std_svc/psci/psci_common.c b/services/std_svc/psci/psci_common.c index 7ab607db..237cf1e9 100644 --- a/services/std_svc/psci/psci_common.c +++ b/services/std_svc/psci/psci_common.c @@ -133,7 +133,7 @@ uint32_t psci_get_max_phys_off_afflvl(void) * been physically powered up. It is expected to be called immediately after * reset from assembler code. ******************************************************************************/ -int get_power_on_target_afflvl() +int get_power_on_target_afflvl(void) { int afflvl; |