Skip to content

Commit 8441dac

Browse files
Zhang Jiamingjgross1
authored andcommitted
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>
1 parent 67f43c9 commit 8441dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/xen/xen-front-pgdir-shbuf.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ EXPORT_SYMBOL_GPL(xen_front_pgdir_shbuf_get_dir_start);
8989
* shared by the frontend itself) or map the provided granted
9090
* references onto the backing storage (buf->pages).
9191
*
92-
* \param buf shared buffer which grants to be maped.
92+
* \param buf shared buffer which grants to be mapped.
9393
* \return zero on success or a negative number on failure.
9494
*/
9595
int xen_front_pgdir_shbuf_map(struct xen_front_pgdir_shbuf *buf)
@@ -110,7 +110,7 @@ EXPORT_SYMBOL_GPL(xen_front_pgdir_shbuf_map);
110110
* shared by the frontend itself) or unmap the provided granted
111111
* references.
112112
*
113-
* \param buf shared buffer which grants to be unmaped.
113+
* \param buf shared buffer which grants to be unmapped.
114114
* \return zero on success or a negative number on failure.
115115
*/
116116
int xen_front_pgdir_shbuf_unmap(struct xen_front_pgdir_shbuf *buf)

0 commit comments

Comments
 (0)