Skip to content

Commit 9c9e532

Browse files
Jakub Kicinskiborkmann
authored andcommitted
nfp: bpf: remove double space
Whitespace cleanup - remove double space. Signed-off-by: Jakub Kicinski <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]>
1 parent a18fda1 commit 9c9e532

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/netronome/nfp/bpf

1 file changed

+1
-1
lines changed

drivers/net/ethernet/netronome/nfp/bpf/jit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ map_call_stack_common(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta)
14001400
if (!load_lm_ptr)
14011401
return 0;
14021402

1403-
emit_csr_wr(nfp_prog, stack_reg(nfp_prog), NFP_CSR_ACT_LM_ADDR0);
1403+
emit_csr_wr(nfp_prog, stack_reg(nfp_prog), NFP_CSR_ACT_LM_ADDR0);
14041404
wrp_nops(nfp_prog, 3);
14051405

14061406
return 0;

0 commit comments

Comments
 (0)