1
0
Fork 0

vme: fix two kernel-doc markups

Some identifiers have different names between their prototypes
and the kernel-doc markup.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/51bfb6724975302f66d64e4ad71de451a7cbbf99.1603469755.git.mchehab+huawei@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
zero-sugar-mainline-defconfig
Mauro Carvalho Chehab 2020-10-23 18:33:20 +02:00 committed by Greg Kroah-Hartman
parent 9f38abefd3
commit 8bd160690a
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ static struct vme_bridge *find_bridge(struct vme_resource *resource)
}
/**
* vme_free_consistent - Allocate contiguous memory.
* vme_alloc_consistent - Allocate contiguous memory.
* @resource: Pointer to VME resource.
* @size: Size of allocation required.
* @dma: Pointer to variable to store physical address of allocation.
@ -638,7 +638,7 @@ int vme_master_get(struct vme_resource *resource, int *enabled,
EXPORT_SYMBOL(vme_master_get);
/**
* vme_master_write - Read data from VME space into a buffer.
* vme_master_read - Read data from VME space into a buffer.
* @resource: Pointer to VME master resource.
* @buf: Pointer to buffer where data should be transferred.
* @count: Number of bytes to transfer.