diff options
author | Simon Glass | 2014-07-23 06:55:17 -0600 |
---|---|---|
committer | Simon Glass | 2014-07-23 14:07:26 +0100 |
commit | 0040b9442947d00a540f6e93742384a14453c37e (patch) | |
tree | 2aa741afd34f31f5a2dce02ed547190ca945652c /include/dm/uclass-id.h | |
parent | 3234aa4babd79bf92239409145db4fda2f505051 (diff) |
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/uclass-id.h')
-rw-r--r-- | include/dm/uclass-id.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h index f0e691c18c8..77ff9eae904 100644 --- a/include/dm/uclass-id.h +++ b/include/dm/uclass-id.h @@ -19,7 +19,7 @@ enum uclass_id { UCLASS_TEST_FDT, /* U-Boot uclasses start here */ - UCLASS_GPIO, + UCLASS_GPIO, /* Bank of general-purpose I/O pins */ UCLASS_COUNT, UCLASS_INVALID = -1, |