Skip to content

Commit

Permalink
coresight: fix typo in comment in of_coresight.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kaixu Xia authored and Greg Kroah-Hartman committed Jan 12, 2015
1 parent f379984 commit ff1e33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/coresight/of_coresight.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ff1e33b

Please sign in to comment.