device: small typo in comment
Fix typo in doxygen comment Change-Id: I6c71fda2b9746302abfcdd1ac39fd653374c5c16 Signed-off-by: Pedro Morales Romero <pedro.morales.romero@intel.com>
This commit is contained in:
parent
5ca45ba3f2
commit
1f6ae901b6
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ struct device_config {
|
|||
* @param device_config Build time config information
|
||||
* @param driver_api pointer to structure containing the API functions for
|
||||
* the device type. This pointer is filled in by the driver at init time.
|
||||
* @param driver_data river instance data. For driver use only
|
||||
* @param driver_data driver instance data. For driver use only
|
||||
*/
|
||||
struct device {
|
||||
struct device_config *config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue