From: Bhaskar Chowdhury Date: Wed, 20 Jan 2021 14:40:06 +0000 (+0530) Subject: drivers: slimbus: Fix word resposible -> responsible in slimbus.h X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0320ed0a82364b3b175ab83ad11c7e4d9ad828a9;p=users%2Fjedix%2Flinux-maple.git drivers: slimbus: Fix word resposible -> responsible in slimbus.h s/resposible/responsible/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Signed-off-by: Srinivas Kandagatla --- diff --git a/drivers/slimbus/slimbus.h b/drivers/slimbus/slimbus.h index 00a7f112574b5..503e2a0200f5a 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.