mtp: Rename no to nr to align with the rest of the structs
diff --git a/include/mtp_data.h b/include/mtp_data.h
index 48b0ddb..7af263f 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -42,7 +42,7 @@
  */
 struct mtp_link_set {
 	struct llist_head entry;
-	int no;
+	int nr;
 	char *name;