]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: remove stray ; in dout macro
authorSage Weil <sage@newdream.net>
Mon, 3 Aug 2009 19:10:29 +0000 (12:10 -0700)
committerSage Weil <sage@newdream.net>
Tue, 4 Aug 2009 22:33:35 +0000 (15:33 -0700)
src/kernel/ceph_debug.h

index da473e38a67ab9f9c9634e425c4bead4c269997e..34aaf5b5269a95dcf961d25f9d67452f0512eada 100644 (file)
@@ -14,7 +14,7 @@ extern const char *ceph_file_part(const char *s, int len);
 #  define dout(fmt, ...)                                               \
        pr_debug(" %12.12s:%-4d : " fmt,                                \
                 ceph_file_part(__FILE__, sizeof(__FILE__)),            \
-                __LINE__, ##__VA_ARGS__);
+                __LINE__, ##__VA_ARGS__)
 # else
 /* faux printk call just to see any compiler warnings. */
 #  define dout(fmt, ...)       do {                            \