Comment and doxygen fixes

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
David Brownell
2009-12-09 10:25:08 -08:00
parent 26d7ed08f9
commit 910dd664ce
5 changed files with 25 additions and 30 deletions

View File

@@ -86,7 +86,7 @@ struct nand_flash_controller
/**
* Find a NAND flash controller by name.
* @param The name of the NAND controller to find.
* @param name Identifies the NAND controller to find.
* @returns The nand_flash_controller named @c name, or NULL if not found.
*/
struct nand_flash_controller *nand_driver_find_by_name(const char *name);

View File

@@ -22,14 +22,12 @@
// this is an internal header
#include "core.h"
#include "driver.h"
// common flash internals
#include <flash/common.h>
// almost all drivers will need this file
#include <target/target.h>
/**
* 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);