The patch titled Documentation/atomic_ops.txt typo fix has been removed from the -mm tree. Its filename was documentation-atomic_opstxt.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 files 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 origin.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