VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Alex Shi <alexs@kernel.org> 2021-05-06 18:03:43 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-05-06 19:24:12 -0700 commit: db65a867fd40fb33d4a7d619e95f2b796e798999 parent: 78564b9434878d686c5f88c4488b20cccbcc42bc
Commit Summary:
lib/percpu_counter: tame kernel-doc compile warning
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/lib/percpu_counter.c b/lib/percpu_counter.c
index 00f666d94486..ed610b75dc32 100644
--- a/lib/percpu_counter.c
+++ b/lib/percpu_counter.c
@@ -72,7 +72,7 @@ void percpu_counter_set(struct percpu_counter *fbc, s64 amount)
 }
 EXPORT_SYMBOL(percpu_counter_set);
 
-/**
+/*
  * This function is both preempt and irq safe. The former is due to explicit
  * preemption disable. The latter is guaranteed by the fact that the slow path
  * is explicitly protected by an irq-safe spinlock whereas the fast patch uses