mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 02:34:10 -04:00
net: pktgen: fix code style (WARNING: please, no space before tabs)
Fix checkpatch code style warnings: WARNING: please, no space before tabs #230: FILE: net/core/pktgen.c:230: +#define M_NETIF_RECEIVE ^I1^I/* Inject packets into stack */$ Signed-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20250415112916.113455-3-ps.report@gmx.net Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
committed by
Paolo Abeni
parent
3bc1ca7e17
commit
65f5b9cb54
@@ -227,7 +227,7 @@ static char *pkt_flag_names[] = {
|
||||
|
||||
/* Xmit modes */
|
||||
#define M_START_XMIT 0 /* Default normal TX */
|
||||
#define M_NETIF_RECEIVE 1 /* Inject packets into stack */
|
||||
#define M_NETIF_RECEIVE 1 /* Inject packets into stack */
|
||||
#define M_QUEUE_XMIT 2 /* Inject packet into qdisc */
|
||||
|
||||
/* If lock -- protects updating of if_list */
|
||||
|
||||
Reference in New Issue
Block a user