Indent code properly for neatness.
This commit is contained in:
@@ -21,8 +21,7 @@
|
|||||||
#define bpf_printk(fmt, ...) \
|
#define bpf_printk(fmt, ...) \
|
||||||
({ \
|
({ \
|
||||||
char ____fmt[] = fmt; \
|
char ____fmt[] = fmt; \
|
||||||
bpf_trace_printk(____fmt, sizeof(____fmt), \
|
bpf_trace_printk(____fmt, sizeof(____fmt), ##__VA_ARGS__); \
|
||||||
##__VA_ARGS__); \
|
|
||||||
})
|
})
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user