aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2024-04-08 10:21:51 -0700
committerPaul E. McKenney <paulmck@kernel.org>2024-04-08 10:21:51 -0700
commite2a520f3f3921cb5d3c9631917fccf8c215991ce (patch)
treecf99ca1551f2da5fb2c8738a1ef8da645302b75b
parent6b37495eac382e40a2111593795bd6c75960db6a (diff)
downloadlinux-rcu-dev.2024.04.04b.tar.gz
fixup! lib: Add one-byte emulation functiondev.2024.04.04b
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--include/linux/cmpxchg-emu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cmpxchg-emu.h b/include/linux/cmpxchg-emu.h
index d9be5b11ce66dc..998deec67740aa 100644
--- a/include/linux/cmpxchg-emu.h
+++ b/include/linux/cmpxchg-emu.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Emulated 1-byte and 2-byte cmpxchg operations for architectures
* lacking direct support for these sizes. These are implemented in terms