mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-28 00:35:01 +00:00
greybus: Fix a typo
s/interfce/interface/ A 'a' is missing. Add it. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Alex Elder <elder@riscstar.com> Link: https://lore.kernel.org/r/aad9d19c20ea0463974b7652ba7f2f8d9fec1186.1730540152.git.christophe.jaillet@wanadoo.fr Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5c7ca6fa60
commit
feb776a68d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user