lkml.org 
[lkml]   [2023]   [Oct]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH][next] firmware: arm_ffa: Fix spelling mistake "notifcation" -> "notification"
Date
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
\
 
 \ /
  Last update: 2023-10-04 10:06    [W:0.042 / U:0.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site