The patch titled Documentation/atomic_ops.txt typo fix has been added to the -mm tree. Its filename is documentation-atomic_opstxt.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Documentation/atomic_ops.txt typo fix From: "Ratnadeep Joshi" <ratn.josh@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/atomic_ops.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN Documentation/atomic_ops.txt~documentation-atomic_opstxt Documentation/atomic_ops.txt --- a/Documentation/atomic_ops.txt~documentation-atomic_opstxt +++ a/Documentation/atomic_ops.txt @@ -149,7 +149,7 @@ defined which accomplish this: void smp_mb__before_atomic_dec(void); void smp_mb__after_atomic_dec(void); void smp_mb__before_atomic_inc(void); - void smp_mb__after_atomic_dec(void); + void smp_mb__after_atomic_inc(void); For example, smp_mb__before_atomic_dec() can be used like so: _ Patches currently in -mm which might be from ratn.josh@xxxxxxxxx are documentation-atomic_opstxt.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html