forked from OERV-BSP/u-boot
dm: Tidy up some header file comments
Fix up the style of a few comments and add/clarify a few others. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -11,9 +11,15 @@
|
||||
#ifndef _DM_PLATDATA_H
|
||||
#define _DM_PLATDATA_H
|
||||
|
||||
/**
|
||||
* struct driver_info - Information required to instantiate a device
|
||||
*
|
||||
* @name: Device name
|
||||
* @platdata: Driver-specific platform data
|
||||
*/
|
||||
struct driver_info {
|
||||
const char *name;
|
||||
const void *platdata;
|
||||
const char *name;
|
||||
const void *platdata;
|
||||
};
|
||||
|
||||
#define U_BOOT_DEVICE(__name) \
|
||||
|
||||
Reference in New Issue
Block a user