mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 00:21:32 +00:00
Staging: et131x: fix build failure
Fix build failure in et131x driver - missing \ in multiline macro Signed-off by: J.R. Mauro <jrm8005@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
bb9eacccf6
commit
1352b4b07f
@ -206,10 +206,10 @@
|
||||
#define DBG_ASSERT(C) \
|
||||
do { \
|
||||
if (!(C)) { \
|
||||
DBG_PRINT("ASSERT(%s) -- %s#%d (%s) ", \
|
||||
DBG_PRINT("ASSERT(%s) -- %s#%d (%s) ", \
|
||||
#C, __FILE__, __LINE__, __func__); \
|
||||
DBG_TRAP; \
|
||||
}
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
#define STATIC
|
||||
|
Loading…
Reference in New Issue
Block a user