From: Kaixu Xia Date: Fri, 9 Jan 2015 23:57:19 +0000 (-0700) Subject: coresight: fix typo in comment in of_coresight.c X-Git-Tag: v4.0-rc1~84^2~51 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ff1e33b0c16ba422e3bf3fa8cc7e89b2c958e193;p=karo-tx-linux.git 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 Signed-off-by: Mathieu Poirier Signed-off-by: Greg Kroah-Hartman --- 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 */