Skip to content

Commit 0b33555

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 3053508 commit 0b33555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/core/pktgen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ static char *pkt_flag_names[] = {
227227

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

233233
/* If lock -- protects updating of if_list */

0 commit comments

Comments
 (0)