File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 177
177
#define MAX_IMIX_ENTRIES 20
178
178
#define IMIX_PRECISION 100 /* Precision of IMIX distribution */
179
179
180
- #define func_enter () pr_debug("entering %s\n", __func__);
180
+ #define func_enter () pr_debug("entering %s\n", __func__)
181
181
182
182
#define PKT_FLAGS \
183
183
pf(IPV6) /* Interface in IPV6 Mode */ \
@@ -231,8 +231,8 @@ static char *pkt_flag_names[] = {
231
231
#define M_QUEUE_XMIT 2 /* Inject packet into qdisc */
232
232
233
233
/* If lock -- protects updating of if_list */
234
- #define if_lock (t ) mutex_lock(&(t->if_lock));
235
- #define if_unlock (t ) mutex_unlock(&(t->if_lock));
234
+ #define if_lock (t ) mutex_lock(&(t->if_lock))
235
+ #define if_unlock (t ) mutex_unlock(&(t->if_lock))
236
236
237
237
/* Used to help with determining the pkts on receive */
238
238
#define PKTGEN_MAGIC 0xbe9be955
You can’t perform that action at this time.
0 commit comments