diff --git a/cmp_tool.c b/cmp_tool.c
index 890e1673d73494c6eb36d233f9950637c1dbd931..9d26d09d129cb072afe7d0f882100dd9a1465415 100644
--- a/cmp_tool.c
+++ b/cmp_tool.c
@@ -962,5 +962,6 @@ static int cmp_cfg_create_default(struct cmp_cfg *cfg, enum cmp_data_type data_t
 		}
 	}
 	/* TODO: implement other data types */
+	/* TODO: implement error checks */
 	return 0;
 }