On Fri, Mar 1, 2019 at 11:24 AM Alexei Starovoitov wrote:
>
> On 2/28/19 5:37 PM, Andrii Nakryiko wrote:
> > -#define REALLOC_STATE_FN(NAME, COUNT, FIELD, SIZE) \
> > -static int realloc_##NAME##_state(struct bpf_func_state *state, int size, \
> > -
On 2/28/19 5:37 PM, Andrii Nakryiko wrote:
> -#define REALLOC_STATE_FN(NAME, COUNT, FIELD, SIZE) \
> -static int realloc_##NAME##_state(struct bpf_func_state *state, int size, \
> - bool copy_old)\
> -{
Fix few formatting problems.
Signed-off-by: Andrii Nakryiko
---
kernel/bpf/verifier.c | 66 +--
1 file changed, 33 insertions(+), 33 deletions(-)
diff --git a/kernel/bpf/verifier.c b/kernel/bpf/verifier.c
index 0e4edd7e3c5f..c09ec3222d13 100644
--- a/kern