aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/coresight
diff options
context:
space:
mode:
authorKaixu Xia <xiakaixu@huawei.com>2015-01-26 11:22:20 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-02-04 13:42:55 -0500
commitd786a47de97fd194d6cf4f9087543119b9b330c3 (patch)
tree8ded30c32366e2b82cb9dcf56f11524b21a18b29 /drivers/coresight
parent22394bc58543639e5135f19eee2b03d14e4a9b66 (diff)
coresight: remove the extra spaces
There are some extra spaces, so just remove them from these lines. Signed-off-by: Kaixu Xia <xiakaixu@huawei.com> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/coresight')
-rw-r--r--drivers/coresight/coresight-etb10.c2
-rw-r--r--drivers/coresight/coresight.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/coresight/coresight-etb10.c b/drivers/coresight/coresight-etb10.c
index a1da7020201b..c9acd406f0d0 100644
--- a/drivers/coresight/coresight-etb10.c
+++ b/drivers/coresight/coresight-etb10.c
@@ -454,7 +454,7 @@ static int etb_probe(struct amba_device *adev, const struct amba_id *id)
454 if (ret) 454 if (ret)
455 return ret; 455 return ret;
456 456
457 drvdata->buffer_depth = etb_get_buffer_depth(drvdata); 457 drvdata->buffer_depth = etb_get_buffer_depth(drvdata);
458 clk_disable_unprepare(drvdata->clk); 458 clk_disable_unprepare(drvdata->clk);
459 459
460 if (drvdata->buffer_depth < 0) 460 if (drvdata->buffer_depth < 0)
diff --git a/drivers/coresight/coresight.c b/drivers/coresight/coresight.c
index d6052e2cd6a7..c5def9382357 100644
--- a/drivers/coresight/coresight.c
+++ b/drivers/coresight/coresight.c
@@ -498,7 +498,7 @@ static int coresight_orphan_match(struct device *dev, void *data)
498 * Circle throuch all the connection of that component. If we find 498 * Circle throuch all the connection of that component. If we find
499 * an orphan connection whose name matches @csdev, link it. 499 * an orphan connection whose name matches @csdev, link it.
500 */ 500 */
501 for (i = 0; i < i_csdev->nr_outport; i++) { 501 for (i = 0; i < i_csdev->nr_outport; i++) {
502 conn = &i_csdev->conns[i]; 502 conn = &i_csdev->conns[i];
503 503
504 /* We have found at least one orphan connection */ 504 /* We have found at least one orphan connection */