public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] base:cacheinfo - Fix for typos in comment and pr_warn log message
@ 2015-05-25  2:18 Shailendra Verma
  2015-06-01  1:18 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Shailendra Verma @ 2015-05-25  2:18 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel, Shailendra Verma


Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
---
 drivers/base/cacheinfo.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/base/cacheinfo.c b/drivers/base/cacheinfo.c
index 9c2ba1c..c75bda8 100644
--- a/drivers/base/cacheinfo.c
+++ b/drivers/base/cacheinfo.c
@@ -191,12 +191,12 @@ static int detect_cache_attributes(unsigned int cpu)
 	if (ret)
 		goto free_ci;
 	/*
-	 * For systems using DT for cache hierarcy, of_node and shared_cpu_map
+	 * For systems using DT for cache hierarchy, of_node and shared_cpu_map
 	 * will be set up here only if they are not populated already
 	 */
 	ret = cache_shared_cpu_map_setup(cpu);
 	if (ret) {
-		pr_warn("Unable to detect cache hierarcy from DT for CPU %d\n",
+		pr_warn("Unable to detect cache hierarchy from DT for CPU %d\n",
 			cpu);
 		goto free_ci;
 	}
-- 
1.7.9.5


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

* Re: [PATCH] base:cacheinfo - Fix for typos in comment and pr_warn log message
  2015-05-25  2:18 [PATCH] base:cacheinfo - Fix for typos in comment and pr_warn log message Shailendra Verma
@ 2015-06-01  1:18 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2015-06-01  1:18 UTC (permalink / raw)
  To: Shailendra Verma; +Cc: linux-kernel

On Mon, May 25, 2015 at 07:48:36AM +0530, Shailendra Verma wrote:
> 
> Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
> ---
>  drivers/base/cacheinfo.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Someone sent this patch before you did, sorry :(

greg k-h

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

end of thread, other threads:[~2015-06-01  1:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-25  2:18 [PATCH] base:cacheinfo - Fix for typos in comment and pr_warn log message Shailendra Verma
2015-06-01  1:18 ` Greg Kroah-Hartman

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