Commit 9b28aa1d authored by Vadim Pasternak's avatar Vadim Pasternak Committed by Darren Hart (VMware)

platform_data/mlxreg: Document fixes for core platform data

Remove "led" from the description, since the structure
"mlxreg_core_platform_data" is used not only for led data.
Signed-off-by: default avatarVadim Pasternak <vadimp@mellanox.com>
Signed-off-by: default avatarDarren Hart (VMware) <dvhart@infradead.org>
parent 2752e344
...@@ -107,9 +107,9 @@ struct mlxreg_core_item { ...@@ -107,9 +107,9 @@ struct mlxreg_core_item {
/** /**
* struct mlxreg_core_platform_data - platform data: * struct mlxreg_core_platform_data - platform data:
* *
* @led_data: led private data; * @data: instance private data;
* @regmap: register map of parent device; * @regmap: register map of parent device;
* @counter: number of led instances; * @counter: number of instances;
*/ */
struct mlxreg_core_platform_data { struct mlxreg_core_platform_data {
struct mlxreg_core_data *data; struct mlxreg_core_data *data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment