diff options
author | Simon Glass <sjg@chromium.org> | 2014-07-23 06:55:17 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-07-23 14:07:26 +0100 |
commit | 0040b9442947d00a540f6e93742384a14453c37e (patch) | |
tree | 2aa741afd34f31f5a2dce02ed547190ca945652c /include/dm/device.h | |
parent | 3234aa4babd79bf92239409145db4fda2f505051 (diff) | |
download | u-boot-imx-0040b9442947d00a540f6e93742384a14453c37e.zip u-boot-imx-0040b9442947d00a540f6e93742384a14453c37e.tar.gz u-boot-imx-0040b9442947d00a540f6e93742384a14453c37e.tar.bz2 |
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>
Diffstat (limited to 'include/dm/device.h')
-rw-r--r-- | include/dm/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/device.h b/include/dm/device.h index 6005e7e..9077490 100644 --- a/include/dm/device.h +++ b/include/dm/device.h @@ -124,7 +124,7 @@ struct udevice_id { * This is typically only useful for device-tree-aware drivers (those with * an of_match), since drivers which use platdata will have the data * provided in the U_BOOT_DEVICE() instantiation. - * ops: Driver-specific operations. This is typically a list of function + * @ops: Driver-specific operations. This is typically a list of function * pointers defined by the driver, to implement driver functions required by * the uclass. * @flags: driver flags - see DM_FLAGS_... |