From: Gulsah Kose Date: Sat, 15 Mar 2014 01:06:06 +0000 (+0200) Subject: staging: crystalhd: Fix no space before tabs X-Git-Tag: v3.15-rc1~139^2~360 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4353ea8f77808a77188f36b2c70552a3cedee868;p=karo-tx-linux.git staging: crystalhd: Fix no space before tabs This patch fixes no spaces before tabs warning in crystalhd_misc.h Signed-off-by: Gulsah Kose Acked-by: Paul E. McKenney Signed-off-by: Peter P Waskiewicz Jr --- diff --git a/drivers/staging/crystalhd/crystalhd_misc.h b/drivers/staging/crystalhd/crystalhd_misc.h index b33c42e0e01c..0f63827acfb4 100644 --- a/drivers/staging/crystalhd/crystalhd_misc.h +++ b/drivers/staging/crystalhd/crystalhd_misc.h @@ -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)