[PATCH] Typo: __BIT_ENDIAN -> __BIG_ENDIAN
authorJens Axboe <axboe@suse.de>
Wed, 5 Oct 2005 15:22:51 +0000 (17:22 +0200)
committerJens Axboe <axboe@suse.de>
Wed, 5 Oct 2005 15:22:51 +0000 (17:22 +0200)
blktrace.h

index 48d0486310acf52c5d25c7dfac72c7711cffeea4..9bc3de6914a104a719177f0062b4836a1fc907d7 100644 (file)
@@ -51,7 +51,7 @@ extern FILE *ofp;
 #define cpu_to_be16(x)         __bswap_16(x)
 #define cpu_to_be32(x)         __bswap_32(x)
 #define cpu_to_be64(x)         __bswap_64(x)
-#elif __BYTE_ORDER == __BIT_ENDIAN
+#elif __BYTE_ORDER == __BIG_ENDIAN
 #define be16_to_cpu(x)         (x)
 #define be32_to_cpu(x)         (x)
 #define be64_to_cpu(x)         (x)