staging: crystalhd: Fix no space before tabs
authorGulsah Kose <gulsah.1004@gmail.com>
Sat, 15 Mar 2014 01:06:06 +0000 (03:06 +0200)
committerPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Mon, 17 Mar 2014 04:32:32 +0000 (21:32 -0700)
This patch fixes no spaces before tabs warning in crystalhd_misc.h

Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
drivers/staging/crystalhd/crystalhd_misc.h

index b33c42e..0f63827 100644 (file)
@@ -225,7 +225,7 @@ do {                                        \
 #define BCMLOG_ERR(fmt, args...)                               \
 do {                                                           \
        if (g_linklog_level & BCMLOG_ERROR)                     \
-               pr_err("*ERR*:%s:%d: "fmt,                      \
+               pr_err("*ERR*:%s:%d: "fmt,                      \
                                __FILE__, __LINE__, ##args);    \
 } while (0)