projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c61c4b5
)
coresight: fix comment in of_coresight.c
author
Kaixu Xia
<
[email protected]
>
Fri, 9 Jan 2015 23:57:21 +0000
(16:57 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 12 Jan 2015 13:04:14 +0000
(
05:04
-0800)
Outports is a member of the struct pdata and should be
a better choice.
Signed-off-by: Kaixu Xia <
[email protected]
>
Signed-off-by: Mathieu Poirier <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/coresight/of_coresight.c
patch
|
blob
|
history
diff --git
a/drivers/coresight/of_coresight.c
b/drivers/coresight/of_coresight.c
index 8bd524e49518f3fda641d80fceb7dc9e644d05ff..89ebbe29ac97554286da8f307894aea5868a74b1 100644
(file)
--- a/
drivers/coresight/of_coresight.c
+++ b/
drivers/coresight/of_coresight.c
@@
-93,7
+93,7
@@
static int of_coresight_alloc_memory(struct device *dev,
if (!pdata->outports)
return -ENOMEM;
- /* Children connected to this component via @outport */
+ /* Children connected to this component via @outport
s
*/
pdata->child_names = devm_kzalloc(dev, pdata->nr_outport *
sizeof(*pdata->child_names),
GFP_KERNEL);