mtp: Rename the the_link to set as it is a link set
diff --git a/include/mtp_data.h b/include/mtp_data.h
index 7521f9b..56886b4 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -83,7 +83,7 @@
 	struct llist_head entry;
 
 	int pcap_fd;
-	struct mtp_link_set *the_link;
+	struct mtp_link_set *set;
 
 	int available;