<div dir="ltr"><div><div><div>Hello Eduardo<br><br></div>Thank you for the advice. This is my first attempt so apologies if I made some mistake.<br></div>I will send changes separately for each domain.<br><br></div>Thanks<br>
Ankit<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Aug 10, 2014 at 1:49 AM, <a href="mailto:edubezval@gmail.com">edubezval@gmail.com</a> <span dir="ltr"><<a href="mailto:edubezval@gmail.com" target="_blank">edubezval@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Ankit,<br>
<div class=""><br>
On Sat, Aug 9, 2014 at 4:02 AM, Ankit <<a href="mailto:learnertilldeath@gmail.com">learnertilldeath@gmail.com</a>> wrote:<br>
> Fixed spelling issue -- changed celcius to celsius<br>
><br>
> Kernel version: mainline<br>
><br>
> Signed-off-by: Ankit <<a href="mailto:learnertilldeath@gmail.com">learnertilldeath@gmail.com</a>><br>
<br>
</div>On the thermal part,<br>
<br>
Acked-by: Eduardo Valentin <<a href="mailto:edubezval@gmail.com">edubezval@gmail.com</a>><br>
<br>
but I think might be worth splitting the change per domain, so we<br>
avoid merge conflicts. The change is just one liner though.<br>
<div class="HOEnZb"><div class="h5"><br>
> ---<br>
>  drivers/gpu/drm/nouveau/core/engine/graph/nv10.c  | 4 ++--<br>
>  drivers/gpu/drm/nouveau/core/engine/graph/nv20.c  | 2 +-<br>
>  drivers/gpu/drm/nouveau/core/engine/graph/nv25.c  | 2 +-<br>
>  drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c | 2 +-<br>
>  drivers/power/ds2780_battery.c                    | 2 +-<br>
>  drivers/power/ds2782_battery.c                    | 2 +-<br>
>  drivers/thermal/thermal_core.c                    | 2 +-<br>
>  7 files changed, 8 insertions(+), 8 deletions(-)<br>
><br>
> diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/nv10.c b/drivers/gpu/drm/nouveau/core/engine/graph/nv10.c<br>
> index 4532f7e..1faeeb1 100644<br>
> --- a/drivers/gpu/drm/nouveau/core/engine/graph/nv10.c<br>
> +++ b/drivers/gpu/drm/nouveau/core/engine/graph/nv10.c<br>
> @@ -451,7 +451,7 @@ nv10_graph_sclass[] = {<br>
>         { 0x0093, &nv04_graph_ofuncs }, /* surf3d */<br>
>         { 0x0094, &nv04_graph_ofuncs }, /* ttri */<br>
>         { 0x0095, &nv04_graph_ofuncs }, /* mtri */<br>
> -       { 0x0056, &nv04_graph_ofuncs }, /* celcius */<br>
> +       { 0x0056, &nv04_graph_ofuncs }, /* celsius */<br>
>         {},<br>
>  };<br>
><br>
> @@ -474,7 +474,7 @@ nv15_graph_sclass[] = {<br>
>         { 0x0093, &nv04_graph_ofuncs }, /* surf3d */<br>
>         { 0x0094, &nv04_graph_ofuncs }, /* ttri */<br>
>         { 0x0095, &nv04_graph_ofuncs }, /* mtri */<br>
> -       { 0x0096, &nv04_graph_ofuncs }, /* celcius */<br>
> +       { 0x0096, &nv04_graph_ofuncs }, /* celsius */<br>
>         {},<br>
>  };<br>
><br>
> diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/nv20.c b/drivers/gpu/drm/nouveau/core/engine/graph/nv20.c<br>
> index d145e08..eb00689 100644<br>
> --- a/drivers/gpu/drm/nouveau/core/engine/graph/nv20.c<br>
> +++ b/drivers/gpu/drm/nouveau/core/engine/graph/nv20.c<br>
> @@ -31,7 +31,7 @@ nv20_graph_sclass[] = {<br>
>         { 0x0072, &nv04_graph_ofuncs, NULL }, /* beta4 */<br>
>         { 0x0089, &nv04_graph_ofuncs, NULL }, /* sifm */<br>
>         { 0x008a, &nv04_graph_ofuncs, NULL }, /* ifc */<br>
> -       { 0x0096, &nv04_graph_ofuncs, NULL }, /* celcius */<br>
> +       { 0x0096, &nv04_graph_ofuncs, NULL }, /* celsius */<br>
>         { 0x0097, &nv04_graph_ofuncs, NULL }, /* kelvin */<br>
>         { 0x009e, &nv04_graph_ofuncs, NULL }, /* swzsurf */<br>
>         { 0x009f, &nv04_graph_ofuncs, NULL }, /* imageblit */<br>
> diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/nv25.c b/drivers/gpu/drm/nouveau/core/engine/graph/nv25.c<br>
> index 7a80d00..fcfe1c5 100644<br>
> --- a/drivers/gpu/drm/nouveau/core/engine/graph/nv25.c<br>
> +++ b/drivers/gpu/drm/nouveau/core/engine/graph/nv25.c<br>
> @@ -28,7 +28,7 @@ nv25_graph_sclass[] = {<br>
>         { 0x0072, &nv04_graph_ofuncs, NULL }, /* beta4 */<br>
>         { 0x0089, &nv04_graph_ofuncs, NULL }, /* sifm */<br>
>         { 0x008a, &nv04_graph_ofuncs, NULL }, /* ifc */<br>
> -       { 0x0096, &nv04_graph_ofuncs, NULL }, /* celcius */<br>
> +       { 0x0096, &nv04_graph_ofuncs, NULL }, /* celsius */<br>
>         { 0x009e, &nv04_graph_ofuncs, NULL }, /* swzsurf */<br>
>         { 0x009f, &nv04_graph_ofuncs, NULL }, /* imageblit */<br>
>         { 0x0597, &nv04_graph_ofuncs, NULL }, /* kelvin */<br>
> diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c<br>
> index f5786d5..b0f7ab0 100644<br>
> --- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c<br>
> +++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c<br>
> @@ -1264,7 +1264,7 @@ static ssize_t qlcnic_hwmon_show_temp(struct device *dev,<br>
>                 value = QLC_SHARED_REG_RD32(adapter, QLCNIC_ASIC_TEMP);<br>
><br>
>         temperature = qlcnic_get_temp_val(value);<br>
> -       /* display millidegree celcius */<br>
> +       /* display millidegree celsius */<br>
>         temperature *= 1000;<br>
>         return sprintf(buf, "%u\n", temperature);<br>
>  }<br>
> diff --git a/drivers/power/ds2780_battery.c b/drivers/power/ds2780_battery.c<br>
> index 9f418fa..bf7d4bd 100644<br>
> --- a/drivers/power/ds2780_battery.c<br>
> +++ b/drivers/power/ds2780_battery.c<br>
> @@ -210,7 +210,7 @@ static int ds2780_get_temperature(struct ds2780_device_info *dev_info,<br>
>                 return ret;<br>
><br>
>         /*<br>
> -        * Temperature is measured in units of 0.125 degrees celcius, the<br>
> +        * Temperature is measured in units of 0.125 degrees celsius, the<br>
>          * power_supply class measures temperature in tenths of degrees<br>
>          * celsius. The temperature value is stored as a 10 bit number, plus<br>
>          * sign in the upper bits of a 16 bit register.<br>
> diff --git a/drivers/power/ds2782_battery.c b/drivers/power/ds2782_battery.c<br>
> index 041f9b6..adc7d32 100644<br>
> --- a/drivers/power/ds2782_battery.c<br>
> +++ b/drivers/power/ds2782_battery.c<br>
> @@ -104,7 +104,7 @@ static int ds278x_get_temp(struct ds278x_info *info, int *temp)<br>
>         int err;<br>
><br>
>         /*<br>
> -        * Temperature is measured in units of 0.125 degrees celcius, the<br>
> +        * Temperature is measured in units of 0.125 degrees celsius, the<br>
>          * power_supply class measures temperature in tenths of degrees<br>
>          * celsius. The temperature value is stored as a 10 bit number, plus<br>
>          * sign in the upper bits of a 16 bit register.<br>
> diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c<br>
> index 71b0ec0..e69db4f 100644<br>
> --- a/drivers/thermal/thermal_core.c<br>
> +++ b/drivers/thermal/thermal_core.c<br>
> @@ -691,7 +691,7 @@ passive_store(struct device *dev, struct device_attribute *attr,<br>
>         if (!sscanf(buf, "%d\n", &state))<br>
>                 return -EINVAL;<br>
><br>
> -       /* sanity check: values below 1000 millicelcius don't make sense<br>
> +       /* sanity check: values below 1000 millicelsius don't make sense<br>
>          * and can cause the system to go into a thermal heart attack<br>
>          */<br>
>         if (state && state < 1000)<br>
> --<br>
> 1.8.3.4 (Apple Git-47)<br>
><br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Eduardo Bezerra Valentin<br>
</font></span></blockquote></div><br></div>