diff mbox

[08/11] coresight: fix typo in comment in of_coresight.c

Message ID 1420847842-31769-9-git-send-email-mathieu.poirier@linaro.org
State Accepted
Commit ff1e33b0c16ba422e3bf3fa8cc7e89b2c958e193
Headers show

Commit Message

Mathieu Poirier Jan. 9, 2015, 11:57 p.m. UTC
From: Kaixu Xia <xiakaixu@huawei.com>

Debugfs isn't used for coresight configuration, so the corresponding
comments should be changed.

Signed-off-by: Kaixu Xia <xiakaixu@huawei.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
---
 drivers/coresight/of_coresight.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/coresight/of_coresight.c b/drivers/coresight/of_coresight.c
index 5030c0734508..8bd524e49518 100644
--- a/drivers/coresight/of_coresight.c
+++ b/drivers/coresight/of_coresight.c
@@ -126,7 +126,7 @@  struct coresight_platform_data *of_get_coresight_platform_data(
 	if (!pdata)
 		return ERR_PTR(-ENOMEM);
 
-	/* Use device name as debugfs handle */
+	/* Use device name as sysfs handle */
 	pdata->name = dev_name(dev);
 
 	/* Get the number of input and output port for this component */