From: Ian Romanick Date: Fri, 29 Jun 2007 05:20:13 +0000 (-0700) Subject: Convert comment header of xgi_find_pcie_virt to kernel doc format. X-Git-Tag: submit/1.0/20121108.012404~1030^2~119^2~97 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11ffe4632a097e3d579d084634eeccc63348249b;p=profile%2Fivi%2Flibdrm.git Convert comment header of xgi_find_pcie_virt to kernel doc format. --- diff --git a/linux-core/xgi_pcie.c b/linux-core/xgi_pcie.c index 8b024e4..b29b083 100644 --- 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;