diff options
| author | Christophe JAILLET <[email protected]> | 2024-11-02 09:35:56 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2024-11-05 04:33:46 +0000 |
| commit | feb776a68d7b520b68fa11d09a8b23ea57640b86 (patch) | |
| tree | 8f55ff2b8c80ed53eb446cd9250e46b4761bad66 /drivers/greybus/interface.c | |
| parent | rust: add `dev_*` print macros. (diff) | |
| download | kernel-feb776a68d7b520b68fa11d09a8b23ea57640b86.tar.gz kernel-feb776a68d7b520b68fa11d09a8b23ea57640b86.zip | |
greybus: Fix a typo
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]>
Diffstat (limited to 'drivers/greybus/interface.c')
| -rw-r--r-- | drivers/greybus/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
