diff --git a/arch/arm/src/sama5/sam_pmecc.c b/arch/arm/src/sama5/sam_pmecc.c index b42278bcc2d..627cb6cce05 100644 --- a/arch/arm/src/sama5/sam_pmecc.c +++ b/arch/arm/src/sama5/sam_pmecc.c @@ -1153,7 +1153,9 @@ int pmecc_configure(struct sam_nandcs_s *priv, bool protected) } /* Save the size of the spare area. - * REVISIT: Could we save a bit by setting this to eccend? + * + * REVISIT: Could we save a bit by setting this to eccend since there is + * no need to read beyond that? */ g_pmecc.desc.sparesize = priv->raw.model.sparesize;