* [PATCH][next] firmware: arm_ffa: Fix spelling mistake "notifcation" -> "notification"
@ 2023-10-04 8:05 Colin Ian King
2023-10-04 13:22 ` Sudeep Holla
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2023-10-04 8:05 UTC (permalink / raw)
To: Sudeep Holla, linux-arm-kernel; +Cc: kernel-janitors, linux-kernel
There is a spelling mistake in a pr_err message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
drivers/firmware/arm_ffa/driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/firmware/arm_ffa/driver.c b/drivers/firmware/arm_ffa/driver.c
index 201a750b060d..68d1b308cf5d 100644
--- a/drivers/firmware/arm_ffa/driver.c
+++ b/drivers/firmware/arm_ffa/driver.c
@@ -1013,7 +1013,7 @@ static int ffa_notify_relinquish(struct ffa_device *dev, int notify_id)
rc = update_notifier_cb(notify_id, type, NULL, NULL, false);
if (rc) {
- pr_err("Could not unregister notifcation callback\n");
+ pr_err("Could not unregister notification callback\n");
mutex_unlock(&drv_info->notify_lock);
return rc;
}
--
2.39.2
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH][next] firmware: arm_ffa: Fix spelling mistake "notifcation" -> "notification"
2023-10-04 8:05 [PATCH][next] firmware: arm_ffa: Fix spelling mistake "notifcation" -> "notification" Colin Ian King
@ 2023-10-04 13:22 ` Sudeep Holla
0 siblings, 0 replies; 2+ messages in thread
From: Sudeep Holla @ 2023-10-04 13:22 UTC (permalink / raw)
To: Colin Ian King; +Cc: linux-arm-kernel, kernel-janitors, linux-kernel
On Wed, Oct 04, 2023 at 09:05:44AM +0100, Colin Ian King wrote:
> There is a spelling mistake in a pr_err message. Fix it.
>
Thanks for the patch. The series is not yet finalise and I may have to fix
more things, so will fixup this as well as part of more changes to the series
before merging.
--
Regards,
Sudeep
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-04 13:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-04 8:05 [PATCH][next] firmware: arm_ffa: Fix spelling mistake "notifcation" -> "notification" Colin Ian King
2023-10-04 13:22 ` Sudeep Holla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).