yanglint REFACTOR renaming feature_schema
diff --git a/tools/lint/yl_schema_features.h b/tools/lint/yl_schema_features.h
index b697dcc..7c96ba8 100644
--- a/tools/lint/yl_schema_features.h
+++ b/tools/lint/yl_schema_features.h
@@ -25,7 +25,7 @@
 /**
  * @brief Storage for the list of the features (their names) in a specific YANG module.
  */
-struct schema_features {
+struct yl_schema_features {
     char *mod_name;
     char **features;
     uint8_t applied;