Message ID | 1410781013-16673-1-git-send-email-wangyijing@huawei.com |
---|---|
State | New |
Headers | show |
On Monday, September 15, 2014 07:36:53 PM Yijing Wang wrote: > Update function comments. > > Signed-off-by: Yijing Wang <wangyijing@huawei.com> Queued up for 3.18, thanks! > --- > drivers/acpi/utils.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/drivers/acpi/utils.c b/drivers/acpi/utils.c > index 07c8c5a..834f35c 100644 > --- a/drivers/acpi/utils.c > +++ b/drivers/acpi/utils.c > @@ -661,7 +661,6 @@ EXPORT_SYMBOL(acpi_evaluate_dsm); > * @uuid: UUID of requested functions, should be 16 bytes at least > * @rev: revision number of requested functions > * @funcs: bitmap of requested functions > - * @exclude: excluding special value, used to support i915 and nouveau > * > * Evaluate device's _DSM method to check whether it supports requested > * functions. Currently only support 64 functions at maximum, should be >
diff --git a/drivers/acpi/utils.c b/drivers/acpi/utils.c index 07c8c5a..834f35c 100644 --- a/drivers/acpi/utils.c +++ b/drivers/acpi/utils.c @@ -661,7 +661,6 @@ EXPORT_SYMBOL(acpi_evaluate_dsm); * @uuid: UUID of requested functions, should be 16 bytes at least * @rev: revision number of requested functions * @funcs: bitmap of requested functions - * @exclude: excluding special value, used to support i915 and nouveau * * Evaluate device's _DSM method to check whether it supports requested * functions. Currently only support 64 functions at maximum, should be
Update function comments. Signed-off-by: Yijing Wang <wangyijing@huawei.com> --- drivers/acpi/utils.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)