From 910dd664ceb6faef5e9029e9b0848d7ccc63bf4b Mon Sep 17 00:00:00 2001 From: David Brownell Date: Wed, 9 Dec 2009 10:25:08 -0800 Subject: Comment and doxygen fixes Signed-off-by: David Brownell --- src/flash/nor/imp.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/flash/nor') diff --git a/src/flash/nor/imp.h b/src/flash/nor/imp.h index 4c849fef..34ccbe4e 100644 --- a/src/flash/nor/imp.h +++ b/src/flash/nor/imp.h @@ -22,14 +22,12 @@ // this is an internal header #include "core.h" #include "driver.h" -// common flash internals -#include // almost all drivers will need this file #include /** * Adds a new NOR bank to the global list of banks. - * @params bank The bank that should be added. + * @param bank The bank that should be added. */ void flash_bank_add(struct flash_bank *bank); -- cgit v1.2.3