summaryrefslogtreecommitdiff
path: root/drivers/coresight
diff options
context:
space:
mode:
authorKaixu Xia <xiakaixu@huawei.com>2015-01-09 23:57:19 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-12 13:04:13 (GMT)
commitff1e33b0c16ba422e3bf3fa8cc7e89b2c958e193 (patch)
treeef1c0ccfdebc8dd1f83eb3e76a31526537f27e46 /drivers/coresight
parentf379984f849d729bd2eb076b633200b1c040611e (diff)
downloadlinux-ff1e33b0c16ba422e3bf3fa8cc7e89b2c958e193.tar.xz
coresight: fix typo in comment in of_coresight.c
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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/coresight')
-rw-r--r--drivers/coresight/of_coresight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/coresight/of_coresight.c b/drivers/coresight/of_coresight.c
index 5030c07..8bd524e 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 */