Skip to content

Commit

Permalink
greybus: Fix a typo
Browse files Browse the repository at this point in the history
s/interfce/interface/
A 'a' is missing. Add it.

Signed-off-by: Christophe JAILLET <[email protected]>
Reviewed-by: Alex Elder <[email protected]>
Link: https://lore.kernel.org/r/aad9d19c20ea0463974b7652ba7f2f8d9fec1186.1730540152.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
tititiou36 authored and gregkh committed Nov 5, 2024
1 parent 5c7ca6f commit feb776a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/greybus/interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit feb776a

Please sign in to comment.