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:
1ea6b8f
)
device.h: Fix struct member documentation
author
Marcos Paulo de Souza
<
[email protected]
>
Tue, 1 Nov 2011 18:15:40 +0000
(11:15 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 15 Nov 2011 19:14:01 +0000
(11:14 -0800)
Fix warning of make xmldocs of documention of the struct member iommu_ops from struct bus_type.
Signed-off-by: Marcos Paulo de Souza <
[email protected]
>
Acked-by: Randy Dunlap <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
include/linux/device.h
patch
|
blob
|
history
diff --git
a/include/linux/device.h
b/include/linux/device.h
index ffbcf95cd97dbb3b7e12f9be778c90f1977a9a1a..2b88320608935573350f8ed8db4c3cf12ed182c6 100644
(file)
--- a/
include/linux/device.h
+++ b/
include/linux/device.h
@@
-69,7
+69,7
@@
extern void bus_remove_file(struct bus_type *, struct bus_attribute *);
* @resume: Called to bring a device on this bus out of sleep mode.
* @pm: Power management operations of this bus, callback the specific
* device driver's pm-ops.
- * @iommu_ops
IOMMU specific operations for this bus, used to attach IOMMU
+ * @iommu_ops
:
IOMMU specific operations for this bus, used to attach IOMMU
* driver implementations to a bus and allow the driver to do
* bus-specific setup
* @p: The private data of the driver core, only the driver core can