xref: /linux/scripts/atomic/kerneldoc/set (revision 69050f8d6d075dc01af7a5f2f550a8067510366f)
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