summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Buhrow <simon.buhrow@sieb-meyer.de>2021-10-29 08:28:51 +0200
committerNico Huber <nico.h@gmx.de>2021-11-07 14:46:11 +0000
commit04a9243f0852ba2043aaaf43b01481ebfd19c36a (patch)
treef31770682ed2868df53d61a350bf2eac49ff4a6f
parent211cec1d7509e05329093d42dd0cccb52915d87d (diff)
downloadflashrom-04a9243f0852ba2043aaaf43b01481ebfd19c36a.tar.gz
flashrom-04a9243f0852ba2043aaaf43b01481ebfd19c36a.tar.bz2
flashrom-04a9243f0852ba2043aaaf43b01481ebfd19c36a.zip
flashrom.c: Delete obsolete comment
Change-Id: Ibd53fe34c05f87d7ecc0d6eee6463f9da3a174d4 Signed-off-by: Simon Buhrow <simon.buhrow@posteo.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/58742 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--flashrom.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/flashrom.c b/flashrom.c
index 3987bb9cd..48d953b06 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -1377,7 +1377,6 @@ _free_ret:
* be erased.
*
* @param flashctx Flash context to be used.
- * @param buffer Buffer of full chip size to read into.
* @return 0 on success,
* 1 if all available erase functions failed.
*/