File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,9 @@ enum bpf_func_id___x { BPF_FUNC_snprintf___x = 42 /* avoid zero */ };
72
72
bpf_dbg_helper(fmt, ##args); \
73
73
}
74
74
#define bpf_d_printk (fmt , args ...) \
75
- { bpf_printk(fmt, ##args); }
75
+ { \
76
+ bpf_printk(fmt, ##args); \
77
+ }
76
78
#else
77
79
#define bpf_dbg_printk (fmt , args ...)
78
80
#define bpf_d_printk (fmt , args ...)
Original file line number Diff line number Diff line change @@ -40508,7 +40508,7 @@ struct filter_pred {
40508
40508
short unsigned int *ops;
40509
40509
struct ftrace_event_field *field;
40510
40510
int offset;
40511
- int not ;
40511
+ int not;
40512
40512
int op;
40513
40513
};
40514
40514
@@ -52942,7 +52942,7 @@ struct io_kiocb {
52942
52942
struct io_mkdir mkdir;
52943
52943
struct io_symlink symlink;
52944
52944
struct io_hardlink hardlink;
52945
- struct io_completion compl ;
52945
+ struct io_completion compl;
52946
52946
};
52947
52947
void *async_data;
52948
52948
u8 opcode;
Original file line number Diff line number Diff line change @@ -30092,7 +30092,7 @@ struct filter_pred {
30092
30092
short unsigned int *ops;
30093
30093
struct ftrace_event_field *field;
30094
30094
int offset;
30095
- int not ;
30095
+ int not;
30096
30096
int op;
30097
30097
};
30098
30098
@@ -65262,7 +65262,7 @@ struct io_kiocb {
65262
65262
struct io_mkdir mkdir;
65263
65263
struct io_symlink symlink;
65264
65264
struct io_hardlink hardlink;
65265
- struct io_completion compl ;
65265
+ struct io_completion compl;
65266
65266
};
65267
65267
void *async_data;
65268
65268
u8 opcode;
You can’t perform that action at this time.
0 commit comments