arch: Mass conversion of smp_mb__*()
[deliverable/linux.git] / net / atm / pppoatm.c
index 8c93267ce96910a48f9eb9e5bb8e295470656edf..c4e09846d1dea258b7ca8e02a4d9510b9d8d0ba1 100644 (file)
@@ -252,7 +252,7 @@ static int pppoatm_may_send(struct pppoatm_vcc *pvcc, int size)
         * we need to ensure there's a memory barrier after it. The bit
         * *must* be set before we do the atomic_inc() on pvcc->inflight.
         * There's no smp_mb__after_set_bit(), so it's this or abuse
-        * smp_mb__after_clear_bit().
+        * smp_mb__after_atomic().
         */
        test_and_set_bit(BLOCKED, &pvcc->blocked);
 
This page took 0.02415 seconds and 5 git commands to generate.