[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240830073743.2052-1-bajing@cmss.chinamobile.com>
Date: Fri, 30 Aug 2024 15:37:43 +0800
From: bajing <bajing@...s.chinamobile.com>
To: gregkh@...uxfoundation.org
Cc: arve@...roid.com,
tkjos@...roid.com,
maco@...roid.com,
joel@...lfernandes.org,
brauner@...nel.org,
cmllamas@...gle.com,
surenb@...gle.com,
linux-kernel@...r.kernel.org,
bajing <bajing@...s.chinamobile.com>
Subject: [PATCH] android: binder: modify incorrect comments
The comment for binder_proc_unlock was incorrect, so it should be modified.
Signed-off-by: bajing <bajing@...s.chinamobile.com>
---
drivers/android/binder.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/android/binder.c b/drivers/android/binder.c
index fc55b5d0e4f3..578861d57045 100644
--- a/drivers/android/binder.c
+++ b/drivers/android/binder.c
@@ -277,7 +277,7 @@ _binder_proc_lock(struct binder_proc *proc, int line)
}
/**
- * binder_proc_unlock() - Release spinlock for given binder_proc
+ * binder_proc_unlock() - Release outer lock for given binder_proc
* @proc: struct binder_proc to acquire
*
* Release lock acquired via binder_proc_lock()
--
2.33.0
Powered by blists - more mailing lists