mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 16:48:26 +02:00 
			
		
		
		
	|  f92a59f6d1 For ${atomic}_sub_and_test() the @i parameter is the value to subtract,
not add. Fix the typo in the kerneldoc template and generate the headers
with this update.
Fixes:  | ||
|---|---|---|
| .. | ||
| add | ||
| add_negative | ||
| add_unless | ||
| and | ||
| andnot | ||
| cmpxchg | ||
| dec | ||
| dec_and_test | ||
| dec_if_positive | ||
| dec_unless_positive | ||
| inc | ||
| inc_and_test | ||
| inc_not_zero | ||
| inc_unless_negative | ||
| or | ||
| read | ||
| set | ||
| sub | ||
| sub_and_test | ||
| try_cmpxchg | ||
| xchg | ||
| xor | ||