xref: /linux/scripts/atomic/kerneldoc/set (revision 299eb32863e584cfff7c6b667c3e92ae7d4d2bf9)
1cat <<EOF
2/**
3 * ${class}${atomicname}() - atomic set with ${desc_order} ordering
4 * @v: pointer to ${atomic}_t
5 * @i: ${int} value to assign
6 *
7 * Atomically sets @v to @i with ${desc_order} ordering.
8 *
9 * ${desc_noinstr}
10 *
11 * Return: Nothing.
12 */
13EOF
14