[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <171a7284-100a-4850-989d-63b9f7782db4@ieee.org>
Date: Sat, 2 Nov 2024 05:43:37 -0500
From: Alex Elder <elder@...e.org>
To: Christophe JAILLET <christophe.jaillet@...adoo.fr>,
Johan Hovold <johan@...nel.org>, Alex Elder <elder@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org,
greybus-dev@...ts.linaro.org
Subject: Re: [PATCH] greybus: Fix a typo
On 11/2/24 4:35 AM, Christophe JAILLET wrote:
> s/interfce/interface/
> A 'a' is missing. Add it.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Looks good.
Reviewed-by: Alex Elder <elder@...cstar.com>
> ---
> drivers/greybus/interface.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/greybus/interface.c b/drivers/greybus/interface.c
> index d022bfb5e95d..a0f3e9422721 100644
> --- a/drivers/greybus/interface.c
> +++ b/drivers/greybus/interface.c
> @@ -780,7 +780,7 @@ const struct device_type greybus_interface_type = {
> * The position of interface within the Endo is encoded in "interface_id"
> * argument.
> *
> - * Returns a pointer to the new interfce or a null pointer if a
> + * Returns a pointer to the new interface or a null pointer if a
> * failure occurs due to memory exhaustion.
> */
> struct gb_interface *gb_interface_create(struct gb_module *module,
Powered by blists - more mailing lists