diff mbox

[U-Boot] mx6: soc: Fix typo in temperature unit name

Message ID 1498139405-30128-1-git-send-email-fabio.estevam@nxp.com
State Accepted
Commit 65496a34835cb4c9547bd02dd15b018c333add9d
Delegated to: Stefano Babic
Headers show

Commit Message

Fabio Estevam June 22, 2017, 1:50 p.m. UTC
The correct name is 'Celsius', so fix it accordingly.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 arch/arm/cpu/armv7/mx6/soc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic June 27, 2017, 7:08 a.m. UTC | #1
On 22/06/2017 15:50, Fabio Estevam wrote:
> The correct name is 'Celsius', so fix it accordingly.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
>  arch/arm/cpu/armv7/mx6/soc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c
> index dd94797..2bedbdb 100644
> --- a/arch/arm/cpu/armv7/mx6/soc.c
> +++ b/arch/arm/cpu/armv7/mx6/soc.c
> @@ -158,7 +158,7 @@ u32 get_cpu_speed_grade_hz(void)
>   * OCOTP_MEM0[7:6] (see Fusemap Description Table offset 0x480)
>   * defines a 2-bit Temperature Grade
>   *
> - * return temperature grade and min/max temperature in celcius
> + * return temperature grade and min/max temperature in Celsius
>   */
>  #define OCOTP_MEM0_TEMP_SHIFT          6
>  
> 

Applied to u-boot-imx, -master (typo), thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c
index dd94797..2bedbdb 100644
--- a/arch/arm/cpu/armv7/mx6/soc.c
+++ b/arch/arm/cpu/armv7/mx6/soc.c
@@ -158,7 +158,7 @@  u32 get_cpu_speed_grade_hz(void)
  * OCOTP_MEM0[7:6] (see Fusemap Description Table offset 0x480)
  * defines a 2-bit Temperature Grade
  *
- * return temperature grade and min/max temperature in celcius
+ * return temperature grade and min/max temperature in Celsius
  */
 #define OCOTP_MEM0_TEMP_SHIFT          6