dumb typo: u32 volatile * mistyped as u32 * volatile

Signed-off-by: Al Viro <[EMAIL PROTECTED]>
----
diff -urN RC13-rc6-git13-emac-iounmap/drivers/s390/cio/qdio.c 
RC13-rc6-git13-qdio_get_indicator/drivers/s390/cio/qdio.c
--- RC13-rc6-git13-emac-iounmap/drivers/s390/cio/qdio.c 2005-08-10 
10:37:50.000000000 -0400
+++ RC13-rc6-git13-qdio_get_indicator/drivers/s390/cio/qdio.c   2005-08-21 
13:17:18.000000000 -0400
@@ -230,7 +230,7 @@
 }
 
 /* locked by the locks in qdio_activate and qdio_cleanup */
-static __u32 * volatile 
+static __u32 volatile *
 qdio_get_indicator(void)
 {
        int i;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to