diff options
Diffstat (limited to 'include/dm/platdata.h')
-rw-r--r-- | include/dm/platdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/platdata.h b/include/dm/platdata.h index 2bc8b147ed..7716f1940e 100644 --- a/include/dm/platdata.h +++ b/include/dm/platdata.h @@ -14,7 +14,7 @@ /** * struct driver_info - Information required to instantiate a device * - * @name: Device name + * @name: Driver name * @platdata: Driver-specific platform data */ struct driver_info { |