File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ EXPORT_SYMBOL_GPL(xen_front_pgdir_shbuf_get_dir_start);
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,7 +110,7 @@ EXPORT_SYMBOL_GPL(xen_front_pgdir_shbuf_map);
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 )
You can’t perform that action at this time.
0 commit comments