diff mbox series

soc: qcom: Fix typos in the file qmi_encdec.c

Message ID 20210306213542.19413-1-unixbhaskar@gmail.com
State Accepted
Commit b469010d56d18c70d3e8578053ab96a94608dde1
Headers show
Series soc: qcom: Fix typos in the file qmi_encdec.c | expand

Commit Message

Bhaskar Chowdhury March 6, 2021, 9:35 p.m. UTC
Rudimentory spelling fixes throughout the file.

s/descibing/describing/
s/inforation/information/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/soc/qcom/qmi_encdec.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

--
2.26.2

Comments

Randy Dunlap March 9, 2021, 3:49 a.m. UTC | #1
On 3/6/21 1:35 PM, Bhaskar Chowdhury wrote:
> 

> Rudimentory spelling fixes throughout the file.

> 

> s/descibing/describing/

> s/inforation/information/

> 

> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>


Acked-by: Randy Dunlap <rdunlap@infradead.org>



> ---

>  drivers/soc/qcom/qmi_encdec.c | 8 ++++----

>  1 file changed, 4 insertions(+), 4 deletions(-)

> 

> diff --git a/drivers/soc/qcom/qmi_encdec.c b/drivers/soc/qcom/qmi_encdec.c

> index 3aaab71d1b2c..328cc8237191 100644

> --- a/drivers/soc/qcom/qmi_encdec.c

> +++ b/drivers/soc/qcom/qmi_encdec.c

> @@ -451,11 +451,11 @@ static int qmi_decode_basic_elem(void *buf_dst, const void *buf_src,

> 

>  /**

>   * qmi_decode_struct_elem() - Decodes elements of struct data type

> - * @ei_array: Struct info array descibing the struct element.

> + * @ei_array: Struct info array describing the struct element.

>   * @buf_dst: Buffer to store the decoded element.

>   * @buf_src: Buffer containing the elements in QMI wire format.

>   * @elem_len: Number of elements to be decoded.

> - * @tlv_len: Total size of the encoded inforation corresponding to

> + * @tlv_len: Total size of the encoded information corresponding to

>   *           this struct element.

>   * @dec_level: Depth of the nested structure from the main structure.

>   *

> @@ -499,10 +499,10 @@ static int qmi_decode_struct_elem(struct qmi_elem_info *ei_array,

> 

>  /**

>   * qmi_decode_string_elem() - Decodes elements of string data type

> - * @ei_array: Struct info array descibing the string element.

> + * @ei_array: Struct info array describing the string element.

>   * @buf_dst: Buffer to store the decoded element.

>   * @buf_src: Buffer containing the elements in QMI wire format.

> - * @tlv_len: Total size of the encoded inforation corresponding to

> + * @tlv_len: Total size of the encoded information corresponding to

>   *           this string element.

>   * @dec_level: Depth of the string element from the main structure.

>   *

> --



-- 
~Randy
diff mbox series

Patch

diff --git a/drivers/soc/qcom/qmi_encdec.c b/drivers/soc/qcom/qmi_encdec.c
index 3aaab71d1b2c..328cc8237191 100644
--- a/drivers/soc/qcom/qmi_encdec.c
+++ b/drivers/soc/qcom/qmi_encdec.c
@@ -451,11 +451,11 @@  static int qmi_decode_basic_elem(void *buf_dst, const void *buf_src,

 /**
  * qmi_decode_struct_elem() - Decodes elements of struct data type
- * @ei_array: Struct info array descibing the struct element.
+ * @ei_array: Struct info array describing the struct element.
  * @buf_dst: Buffer to store the decoded element.
  * @buf_src: Buffer containing the elements in QMI wire format.
  * @elem_len: Number of elements to be decoded.
- * @tlv_len: Total size of the encoded inforation corresponding to
+ * @tlv_len: Total size of the encoded information corresponding to
  *           this struct element.
  * @dec_level: Depth of the nested structure from the main structure.
  *
@@ -499,10 +499,10 @@  static int qmi_decode_struct_elem(struct qmi_elem_info *ei_array,

 /**
  * qmi_decode_string_elem() - Decodes elements of string data type
- * @ei_array: Struct info array descibing the string element.
+ * @ei_array: Struct info array describing the string element.
  * @buf_dst: Buffer to store the decoded element.
  * @buf_src: Buffer containing the elements in QMI wire format.
- * @tlv_len: Total size of the encoded inforation corresponding to
+ * @tlv_len: Total size of the encoded information corresponding to
  *           this string element.
  * @dec_level: Depth of the string element from the main structure.
  *