mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] thermal: Fix improper clock_cooling header guard
@ 2017-06-08 15:47 Waldemar Rymarkiewicz
  2017-06-28 14:25 ` Waldemar Rymarkiewicz
  0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Rymarkiewicz @ 2017-06-08 15:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: Waldemar Rymarkiewicz

Most likely copy-paste mistake, so replace __CPU_COOLING_H__ header guard
with more suitable __CLOCK_COOLING_H__.

Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@gmail.com>
---
 include/linux/clock_cooling.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/linux/clock_cooling.h b/include/linux/clock_cooling.h
index 4d1019d56f7f..8cee7b281e96 100644
--- a/include/linux/clock_cooling.h
+++ b/include/linux/clock_cooling.h
@@ -20,8 +20,8 @@
  *  General Public License for more details.
  */
 
-#ifndef __CPU_COOLING_H__
-#define __CPU_COOLING_H__
+#ifndef __CLOCK_COOLING_H__
+#define __CLOCK_COOLING_H__
 
 #include <linux/of.h>
 #include <linux/thermal.h>
@@ -62,4 +62,4 @@ unsigned long clock_cooling_get_level(struct thermal_cooling_device *cdev,
 }
 #endif	/* CONFIG_CLOCK_THERMAL */
 
-#endif /* __CPU_COOLING_H__ */
+#endif /* __CLOCK_COOLING_H__ */
-- 
2.13.0

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

* Re: [PATCH] thermal: Fix improper clock_cooling header guard
  2017-06-08 15:47 [PATCH] thermal: Fix improper clock_cooling header guard Waldemar Rymarkiewicz
@ 2017-06-28 14:25 ` Waldemar Rymarkiewicz
  0 siblings, 0 replies; 2+ messages in thread
From: Waldemar Rymarkiewicz @ 2017-06-28 14:25 UTC (permalink / raw)
  To: Zhang Rui, Eduardo Valentin, linux-pm; +Cc: Waldemar Rymarkiewicz, linux-kernel

On 8 June 2017 at 17:47, Waldemar Rymarkiewicz
<waldemar.rymarkiewicz@gmail.com> wrote:
> Most likely copy-paste mistake, so replace __CPU_COOLING_H__ header guard
> with more suitable __CLOCK_COOLING_H__.
>
> Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@gmail.com>
> ---
>  include/linux/clock_cooling.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)


+ linux-pm and thermal people

/Waldek

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

end of thread, other threads:[~2017-06-28 14:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-08 15:47 [PATCH] thermal: Fix improper clock_cooling header guard Waldemar Rymarkiewicz
2017-06-28 14:25 ` Waldemar Rymarkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome