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

xen: Fix spelling mistake

Change 'maped' to 'mapped'.
Change 'unmaped' to 'unmapped'.

Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20220630075027.68833-1-jiaming@nfschina.com
Signed-off-by: Juergen Gross <jgross@suse.com>

authored by

Zhang Jiaming and committed by
Juergen Gross
8441dac0 67f43c9c

+2 -2
+2 -2
drivers/xen/xen-front-pgdir-shbuf.c
··· 89 89 * shared by the frontend itself) or map the provided granted 90 90 * references onto the backing storage (buf->pages). 91 91 * 92 - * \param buf shared buffer which grants to be maped. 92 + * \param buf shared buffer which grants to be mapped. 93 93 * \return zero on success or a negative number on failure. 94 94 */ 95 95 int xen_front_pgdir_shbuf_map(struct xen_front_pgdir_shbuf *buf) ··· 110 110 * shared by the frontend itself) or unmap the provided granted 111 111 * references. 112 112 * 113 - * \param buf shared buffer which grants to be unmaped. 113 + * \param buf shared buffer which grants to be unmapped. 114 114 * \return zero on success or a negative number on failure. 115 115 */ 116 116 int xen_front_pgdir_shbuf_unmap(struct xen_front_pgdir_shbuf *buf)