diff options
| author | Rafael J. Wysocki <[email protected]> | 2020-02-12 00:35:39 +0100 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2020-02-14 10:37:26 +0100 |
| commit | fe52de36dc5d60960230cabec88c357113d9c32a (patch) | |
| tree | ac2a53908573134197db51359a21a2a8186709db /include/linux | |
| parent | 67b06ba01857ed077e1a66bfa139156e7c68bab2 (diff) | |
PM: QoS: Update file information comments
Update the file information comments in include/linux/pm_qos.h
and kernel/power/qos.c by adding titles along with copyright and
authors information to them and changing the qos.c description to
better reflect its contents (outdated information is dropped from
it in particular).
Signed-off-by: Rafael J. Wysocki <[email protected]>
Reviewed-by: Ulf Hansson <[email protected]>
Reviewed-by: Amit Kucheria <[email protected]>
Tested-by: Amit Kucheria <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pm_qos.h | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/include/linux/pm_qos.h b/include/linux/pm_qos.h index e0ca4d780457..df065db3f57a 100644 --- a/include/linux/pm_qos.h +++ b/include/linux/pm_qos.h @@ -1,10 +1,17 @@ /* SPDX-License-Identifier: GPL-2.0 */ -#ifndef _LINUX_PM_QOS_H -#define _LINUX_PM_QOS_H -/* interface for the pm_qos_power infrastructure of the linux kernel. +/* + * Definitions related to Power Management Quality of Service (PM QoS). + * + * Copyright (C) 2020 Intel Corporation * - * Mark Gross <[email protected]> + * Authors: + * Mark Gross <[email protected]> + * Rafael J. Wysocki <[email protected]> */ + +#ifndef _LINUX_PM_QOS_H +#define _LINUX_PM_QOS_H + #include <linux/plist.h> #include <linux/notifier.h> #include <linux/device.h> |