[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4bcb1f700706050341j2d772fc3lbd9a637ab869ee38@mail.gmail.com>
Date: Tue, 5 Jun 2007 16:11:52 +0530
From: "Ratnadeep Joshi" <ratn.josh@...il.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] Documentation/atomic_ops.txt
This patch fixes a typo in Documentation/atomic_ops.txt
Thanks,
- Ratnadeep Joshi
diff --git a/Documentation/atomic_ops.txt b/Documentation/atomic_ops.txt
index 2a63d56..05851e9 100644
--- a/Documentation/atomic_ops.txt
+++ b/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:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists