VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Will Deacon <will@kernel.org> 2019-11-21 11:59:00 +0000 committer: Ingo Molnar <mingo@kernel.org> 2019-11-25 09:15:32 +0100 commit: fb041bb7c0a918b95c6889fc965cdc4a75b4c0ca parent: 65b008552469f1c37f5e06e0016924502e40b4f5
Commit Summary:
locking/refcount: Consolidate implementations of refcount_t
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/lib/refcount.c b/lib/refcount.c
index 8b7e249c0e10..ebac8b7d15a7 100644
--- a/lib/refcount.c
+++ b/lib/refcount.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Out-of-line refcount functions common to all refcount implementations.
+ * Out-of-line refcount functions.
  */
 
 #include <linux/mutex.h>