diff mbox series

drivers: slimbus: Fix word resposible -> responsible in slimbus.h

Message ID 20210120144006.3587856-1-unixbhaskar@gmail.com (mailing list archive)
State New, archived
Headers show
Series drivers: slimbus: Fix word resposible -> responsible in slimbus.h | expand

Commit Message

Bhaskar Chowdhury Jan. 20, 2021, 2:40 p.m. UTC
s/resposible/responsible/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/slimbus/slimbus.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.30.0

Comments

Srinivas Kandagatla Jan. 22, 2021, 3:30 p.m. UTC | #1
On 20/01/2021 14:40, Bhaskar Chowdhury wrote:
> s/resposible/responsible/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---



Applied thanks,

--srini
>   drivers/slimbus/slimbus.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/slimbus/slimbus.h b/drivers/slimbus/slimbus.h
> index 00a7f112574b..503e2a0200f5 100644
> --- a/drivers/slimbus/slimbus.h
> +++ b/drivers/slimbus/slimbus.h
> @@ -368,7 +368,7 @@ struct slim_stream_runtime {
>    * @get_laddr: It is possible that controller needs to set fixed logical
>    *	address table and get_laddr can be used in that case so that controller
>    *	can do this assignment. Use case is when the master is on the remote
> - *	processor side, who is resposible for allocating laddr.
> + *	processor side, who is responsible for allocating laddr.
>    * @wakeup: This function pointer implements controller-specific procedure
>    *	to wake it up from clock-pause. Framework will call this to bring
>    *	the controller out of clock pause.
> --
> 2.30.0
>
diff mbox series

Patch

diff --git a/drivers/slimbus/slimbus.h b/drivers/slimbus/slimbus.h
index 00a7f112574b..503e2a0200f5 100644
--- a/drivers/slimbus/slimbus.h
+++ b/drivers/slimbus/slimbus.h
@@ -368,7 +368,7 @@  struct slim_stream_runtime {
  * @get_laddr: It is possible that controller needs to set fixed logical
  *	address table and get_laddr can be used in that case so that controller
  *	can do this assignment. Use case is when the master is on the remote
- *	processor side, who is resposible for allocating laddr.
+ *	processor side, who is responsible for allocating laddr.
  * @wakeup: This function pointer implements controller-specific procedure
  *	to wake it up from clock-pause. Framework will call this to bring
  *	the controller out of clock pause.