Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: crystalhd: Fix no space before tabs

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>

authored by

Gulsah Kose and committed by
Peter P Waskiewicz Jr
4353ea8f 5935caec

+1 -1
+1 -1
drivers/staging/crystalhd/crystalhd_misc.h
··· 225 225 #define BCMLOG_ERR(fmt, args...) \ 226 226 do { \ 227 227 if (g_linklog_level & BCMLOG_ERROR) \ 228 - pr_err("*ERR*:%s:%d: "fmt, \ 228 + pr_err("*ERR*:%s:%d: "fmt, \ 229 229 __FILE__, __LINE__, ##args); \ 230 230 } while (0) 231 231