OSDN Git Service
(root)
/
android-x86
/
external-libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cee7dc
)
Convert comment header of xgi_find_pcie_virt to kernel doc format.
author
Ian Romanick
<idr@us.ibm.com>
Fri, 29 Jun 2007 05:20:13 +0000
(22:20 -0700)
committer
Ian Romanick
<idr@us.ibm.com>
Fri, 29 Jun 2007 05:20:13 +0000
(22:20 -0700)
linux-core/xgi_pcie.c
patch
|
blob
|
history
diff --git
a/linux-core/xgi_pcie.c
b/linux-core/xgi_pcie.c
index
8b024e4
..
b29b083
100644
(file)
--- a/
linux-core/xgi_pcie.c
+++ b/
linux-core/xgi_pcie.c
@@
-938,12
+938,13
@@
void *xgi_find_pcie_block(xgi_info_t * info, unsigned long address)
return NULL;
}
-/*
- address -- GE HW address
- return -- CPU virtual address
-
- assume the CPU VAddr is continuous in not the same block
-*/
+/**
+ * xgi_find_pcie_virt
+ * @address: GE HW address
+ *
+ * Returns CPU virtual address. Assumes the CPU VAddr is continuous in not
+ * the same block
+ */
void *xgi_find_pcie_virt(xgi_info_t * info, unsigned long address)
{
struct list_head *used_list;