Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mauro Carvalho Chehab and committed by
Greg Kroah-Hartman
8bd16069 9f38abef

+2 -2
+2 -2
drivers/vme/vme.c
··· 68 68 } 69 69 70 70 /** 71 - * vme_free_consistent - Allocate contiguous memory. 71 + * vme_alloc_consistent - Allocate contiguous memory. 72 72 * @resource: Pointer to VME resource. 73 73 * @size: Size of allocation required. 74 74 * @dma: Pointer to variable to store physical address of allocation. ··· 638 638 EXPORT_SYMBOL(vme_master_get); 639 639 640 640 /** 641 - * vme_master_write - Read data from VME space into a buffer. 641 + * vme_master_read - Read data from VME space into a buffer. 642 642 * @resource: Pointer to VME master resource. 643 643 * @buf: Pointer to buffer where data should be transferred. 644 644 * @count: Number of bytes to transfer.