Skip to content

Commit cc3e6e3

Browse files
pseidererNipaLocal
authored and
NipaLocal
committed
net: pktgen: fix code style (WARNING: please, no space before tabs)
Fix checkpatch code style warnings: WARNING: please, no space before tabs kernel-patches#230: FILE: net/core/pktgen.c:230: +#define M_NETIF_RECEIVE ^I1^I/* Inject packets into stack */$ Signed-off-by: Peter Seiderer <[email protected]> Signed-off-by: NipaLocal <nipa@local>
1 parent 63006e8 commit cc3e6e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

net/core/pktgen.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ static char *pkt_flag_names[] = {
226226
#define T_REMDEV (1<<3) /* Remove one dev */
227227

228228
/* Xmit modes */
229-
#define M_START_XMIT 0 /* Default normal TX */
230-
#define M_NETIF_RECEIVE 1 /* Inject packets into stack */
231-
#define M_QUEUE_XMIT 2 /* Inject packet into qdisc */
229+
#define M_START_XMIT 0 /* Default normal TX */
230+
#define M_NETIF_RECEIVE 1 /* Inject packets into stack */
231+
#define M_QUEUE_XMIT 2 /* Inject packet into qdisc */
232232

233233
/* If lock -- protects updating of if_list */
234234
#define if_lock(t) mutex_lock(&(t->if_lock));

0 commit comments

Comments
 (0)