From d0250a3afdda528d1327c8c714e470706e1ea300 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Wed, 25 Nov 2009 17:05:52 +0000 Subject: Clarify a comment about verification routine usage Corresponding to flashrom svn r781. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Carl-Daniel Hailfinger --- flashrom.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flashrom.c b/flashrom.c index fffedd68..64a68354 100644 --- a/flashrom.c +++ b/flashrom.c @@ -407,7 +407,8 @@ int check_erased_range(struct flashchip *flash, int start, int len) } /** - * @cmpbuf buffer to compare against + * @cmpbuf buffer to compare against, cmpbuf[0] is expected to match the + flash content at location start * @start offset to the base address of the flash chip * @len length of the verified area * @message string to print in the "FAILED" message -- cgit v1.2.3