mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	bpf: fix spelling mistake: "proccessed" -> "processed"
trivial fix to spelling mistake in verbose log message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									40df93be6a
								
							
						
					
					
						commit
						bc1750f366
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2776,7 +2776,7 @@ static int do_check(struct bpf_verifier_env *env)
 | 
			
		|||
		class = BPF_CLASS(insn->code);
 | 
			
		||||
 | 
			
		||||
		if (++insn_processed > BPF_COMPLEXITY_LIMIT_INSNS) {
 | 
			
		||||
			verbose("BPF program is too large. Proccessed %d insn\n",
 | 
			
		||||
			verbose("BPF program is too large. Processed %d insn\n",
 | 
			
		||||
				insn_processed);
 | 
			
		||||
			return -E2BIG;
 | 
			
		||||
		}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue