devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0015/1529] Fix typo
@ 2016-05-21 11:37 Andrea Gelmini
  2016-05-23  7:03 ` Lothar Waßmann
  0 siblings, 1 reply; 3+ messages in thread
From: Andrea Gelmini @ 2016-05-21 11:37 UTC (permalink / raw)
  To: andrea.gelmini
  Cc: trivial, cw00.choi, myungjoo.ham, kyungmin.park, dt, pawel.moll,
	mark.rutland, devicetree, galak, kgene, k.kozlowski, linux-pm,
	devicetree, linux-arm-kernel, linux-samsung-soc

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
 Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt b/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt
index 3e36c1d..616428a 100644
--- a/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt
+++ b/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt
@@ -8,7 +8,7 @@ use to analyze system performance, to make behaviors visible and to count
 usages of each IP (DMC, CPU, RIGHTBUS, LEFTBUS, CAM interface, LCD, G3D, MFC).
 The Exynos PPMU driver uses the devfreq-event class to provide event data
 to various devfreq devices. The devfreq devices would use the event data when
-derterming the current state of each IP.
+determing the current state of each IP.
 
 Required properties:
 - compatible: Should be "samsung,exynos-ppmu" or "samsung,exynos-ppmu-v2.
-- 
2.8.2.534.g1f66975

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0015/1529] Fix typo
  2016-05-21 11:37 [PATCH 0015/1529] Fix typo Andrea Gelmini
@ 2016-05-23  7:03 ` Lothar Waßmann
  2016-05-23 14:50   ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Lothar Waßmann @ 2016-05-23  7:03 UTC (permalink / raw)
  To: Andrea Gelmini
  Cc: mark.rutland, devicetree, k.kozlowski, linux-samsung-soc, trivial,
	pawel.moll, linux-pm, devicetree, cw00.choi, kyungmin.park,
	myungjoo.ham, kgene, galak, dt, linux-arm-kernel

Hi,

On Sat, 21 May 2016 13:37:22 +0200 Andrea Gelmini wrote:
> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
> ---
>  Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt b/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt
> index 3e36c1d..616428a 100644
> --- a/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt
> +++ b/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt
> @@ -8,7 +8,7 @@ use to analyze system performance, to make behaviors visible and to count
>  usages of each IP (DMC, CPU, RIGHTBUS, LEFTBUS, CAM interface, LCD, G3D, MFC).
>  The Exynos PPMU driver uses the devfreq-event class to provide event data
>  to various devfreq devices. The devfreq devices would use the event data when
> -derterming the current state of each IP.
> +determing the current state of each IP.
>  
s/determing/determine/


Lothar Waßmann

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 0015/1529] Fix typo
  2016-05-23  7:03 ` Lothar Waßmann
@ 2016-05-23 14:50   ` Randy Dunlap
  0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2016-05-23 14:50 UTC (permalink / raw)
  To: Lothar Waßmann, Andrea Gelmini
  Cc: mark.rutland, devicetree, k.kozlowski, linux-samsung-soc, trivial,
	pawel.moll, linux-pm, devicetree, cw00.choi, kyungmin.park,
	myungjoo.ham, kgene, galak, dt, linux-arm-kernel

On 05/23/16 00:03, Lothar Waßmann wrote:
> Hi,
> 
> On Sat, 21 May 2016 13:37:22 +0200 Andrea Gelmini wrote:
>> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
>> ---
>>  Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt b/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt
>> index 3e36c1d..616428a 100644
>> --- a/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt
>> +++ b/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt
>> @@ -8,7 +8,7 @@ use to analyze system performance, to make behaviors visible and to count
>>  usages of each IP (DMC, CPU, RIGHTBUS, LEFTBUS, CAM interface, LCD, G3D, MFC).
>>  The Exynos PPMU driver uses the devfreq-event class to provide event data
>>  to various devfreq devices. The devfreq devices would use the event data when
>> -derterming the current state of each IP.
>> +determing the current state of each IP.
>>  
> s/determing/determine/

determining


-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-23 14:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-21 11:37 [PATCH 0015/1529] Fix typo Andrea Gelmini
2016-05-23  7:03 ` Lothar Waßmann
2016-05-23 14:50   ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).