[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190724100335.GA7373@amd>
Date: Wed, 24 Jul 2019 12:03:35 +0200
From: Pavel Machek <pavel@....cz>
To: mathieu.poirier@...aro.org, suzuki.poulose@....com,
alexander.shishkin@...ux.intel.com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] coresight: fix typos
Fix typos in comments.
Signed-off-by: Pavel Machek <pavel@...x.de>
diff --git a/drivers/hwtracing/coresight/coresight.c b/drivers/hwtracing/coresight/coresight.c
index 55db77f641..1d66191 100644
--- a/drivers/hwtracing/coresight/coresight.c
+++ b/drivers/hwtracing/coresight/coresight.c
@@ -1001,7 +1001,7 @@ static int coresight_orphan_match(struct device *dev, void *data)
if (!i_csdev->orphan)
return 0;
/*
- * Circle throuch all the connection of that component. If we find
+ * Circle through all the connections of that component. If we find
* an orphan connection whose name matches @csdev, link it.
*/
for (i = 0; i < i_csdev->pdata->nr_outport; i++) {
@@ -1021,7 +1021,7 @@ static int coresight_orphan_match(struct device *dev, void *data)
i_csdev->orphan = still_orphan;
/*
- * Returning '0' ensures that all known component on the
+ * Returning '0' ensures that all known components on the
* bus will be checked.
*/
return 0;
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
Download attachment "signature.asc" of type "application/pgp-signature" (182 bytes)
Powered by blists - more mailing lists