File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 177177#define MAX_IMIX_ENTRIES 20
178178#define IMIX_PRECISION 100 /* Precision of IMIX distribution */
179179
180- #define func_enter () pr_debug("entering %s\n", __func__);
180+ #define func_enter () pr_debug("entering %s\n", __func__)
181181
182182#define PKT_FLAGS \
183183 pf(IPV6) /* Interface in IPV6 Mode */ \
@@ -231,8 +231,8 @@ static char *pkt_flag_names[] = {
231231#define M_QUEUE_XMIT 2 /* Inject packet into qdisc */
232232
233233/* 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))
236236
237237/* Used to help with determining the pkts on receive */
238238#define PKTGEN_MAGIC 0xbe9be955
You can’t perform that action at this time.
0 commit comments