yanglint REFACTOR minor changes
diff --git a/tools/lint/common.h b/tools/lint/common.h
index 2e25c09..72ce1bd 100644
--- a/tools/lint/common.h
+++ b/tools/lint/common.h
@@ -48,7 +48,7 @@
  * @brief Storage for the list of the features (their names) in a specific YANG module.
  */
 struct schema_features {
-    char *module;
+    char *mod_name;
     char **features;
 };