Commit d60019a9 authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman

staging: tidspbridge: Fix typos in comments

Correct spelling typos in comments.
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6ec16a4c
...@@ -293,7 +293,7 @@ extern int cmm_xlator_free_buf(struct cmm_xlatorobject *xlator, ...@@ -293,7 +293,7 @@ extern int cmm_xlator_free_buf(struct cmm_xlatorobject *xlator,
* ======== cmm_xlator_info ======== * ======== cmm_xlator_info ========
* Purpose: * Purpose:
* Set/Get process specific "translator" address info. * Set/Get process specific "translator" address info.
* This is used to perform fast virtaul address translation * This is used to perform fast virtual address translation
* for shared memory buffers between the GPP and DSP. * for shared memory buffers between the GPP and DSP.
* Parameters: * Parameters:
* xlator: handle to translator. * xlator: handle to translator.
......
...@@ -284,7 +284,7 @@ extern int proc_get_trace(void *hprocessor, u8 * pbuf, u32 max_size); ...@@ -284,7 +284,7 @@ extern int proc_get_trace(void *hprocessor, u8 * pbuf, u32 max_size);
* user_envp: An Array of Environment settings(Unicode Strings) * user_envp: An Array of Environment settings(Unicode Strings)
* Returns: * Returns:
* 0: Success. * 0: Success.
* -ENOENT: The DSP Execuetable was not found. * -ENOENT: The DSP Executable was not found.
* -EFAULT: Invalid processor handle. * -EFAULT: Invalid processor handle.
* -EPERM : Unable to Load the Processor * -EPERM : Unable to Load the Processor
* Requires: * Requires:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment