From 063f8483b94a23ad4969ff8cafeb49b2068ae3a5 Mon Sep 17 00:00:00 2001 From: Pierre Gondois Date: Fri, 15 Jan 2021 17:31:32 +0000 Subject: ArmPkg: Fix Ecc error 8005 for SCMI_CLOCK_RATE_FORMAT This patch fixes the following Ecc reported error: Variable name does not follow the rules: 1. First character should be upper case 2. Must contain lower case characters 3. No white space characters 4. Global variable name must start with a 'g' Signed-off-by: Pierre Gondois Reviewed-by: Sami Mujawar --- ArmPkg/Include/Protocol/ArmScmiClock2Protocol.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ArmPkg/Include/Protocol/ArmScmiClock2Protocol.h') diff --git a/ArmPkg/Include/Protocol/ArmScmiClock2Protocol.h b/ArmPkg/Include/Protocol/ArmScmiClock2Protocol.h index 950141cbd2..0e26491a62 100644 --- a/ArmPkg/Include/Protocol/ArmScmiClock2Protocol.h +++ b/ArmPkg/Include/Protocol/ArmScmiClock2Protocol.h @@ -1,6 +1,6 @@ /** @file - Copyright (c) 2017-2018, Arm Limited. All rights reserved. + Copyright (c) 2017-2021, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @@ -89,10 +89,10 @@ EFI_STATUS @param[in] This A pointer to SCMI_CLOCK2_PROTOCOL Instance. @param[in] ClockId Identifier for the clock device. - @param[out] Format SCMI_CLOCK_RATE_FORMAT_DISCRETE: Clock device + @param[out] Format ScmiClockRateFormatDiscrete: Clock device supports range of clock rates which are non-linear. - SCMI_CLOCK_RATE_FORMAT_LINEAR: Clock device supports + ScmiClockRateFormatLinear: Clock device supports range of linear clock rates from Min to Max in steps. @param[out] TotalRates Total number of rates. -- cgit v1.2.3