commit | cebcebb465e0b9c140ed002222046525708f7dbe | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 23 06:55:17 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 23 14:07:26 2014 +0100 |
tree | 2aa741afd34f31f5a2dce02ed547190ca945652c | |
parent | c95f678913953193e86a0377576a19765e8827cf [diff] [blame] |
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>
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h index f0e691c..77ff9ea 100644 --- a/include/dm/uclass-id.h +++ b/include/dm/uclass-id.h
@@ -19,7 +19,7 @@ UCLASS_TEST_FDT, /* U-Boot uclasses start here */ - UCLASS_GPIO, + UCLASS_GPIO, /* Bank of general-purpose I/O pins */ UCLASS_COUNT, UCLASS_INVALID = -1,