From 7ddf6751a135dd0f9351d087a8a3b85344e682e1 Mon Sep 17 00:00:00 2001 From: Mika Westerberg Date: Fri, 18 Jan 2013 14:09:35 +0000 Subject: [PATCH] --- yaml --- r: 350951 b: refs/heads/master c: 7eaa2800408a32b9e21ead69ad578ad68039cae9 h: refs/heads/master i: 350949: ab5aa18987a7a1ef18ab0cd362b2d9852eadee68 350947: ddde2c89a5c61e86524af7d3d69a4428990bfba1 350943: 513d381b8142f742de3884f8f38485dcbfc57f69 v: v3 --- [refs] | 2 +- trunk/drivers/acpi/acpi_platform.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1fcf0f4e5532..b24f6dd716d7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 13176bbf183c82281a0e65519780ffebff5abc9d +refs/heads/master: 7eaa2800408a32b9e21ead69ad578ad68039cae9 diff --git a/trunk/drivers/acpi/acpi_platform.c b/trunk/drivers/acpi/acpi_platform.c index db129b9f52cb..5554aea4bb0e 100644 --- a/trunk/drivers/acpi/acpi_platform.c +++ b/trunk/drivers/acpi/acpi_platform.c @@ -29,7 +29,7 @@ ACPI_MODULE_NAME("platform"); * that's the case, create and register a platform device, populate its common * resources and returns a pointer to it. Otherwise, return %NULL. * - * The platform device's name will be taken from the @adev's _HID and _UID. + * Name of the platform device will be the same as @adev's. */ struct platform_device *acpi_create_platform_device(struct acpi_device *adev) {