Commit 3b7546211d53f600e15ca7867adbf3c085b8ecc9
Exists in
master
and in
6 other branches
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
* 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR()) PM / devfreq: fix private_data Documentation: Fix typo in freezer-subsystem.txt PM / QoS: Set cpu_dma_pm_qos->name
Showing 4 changed files Side-by-side Diff
Documentation/cgroups/freezer-subsystem.txt
... | ... | @@ -33,9 +33,9 @@ |
33 | 33 | |
34 | 34 | From a second, unrelated bash shell: |
35 | 35 | $ kill -SIGSTOP 16690 |
36 | - $ kill -SIGCONT 16990 | |
36 | + $ kill -SIGCONT 16690 | |
37 | 37 | |
38 | - <at this point 16990 exits and causes 16644 to exit too> | |
38 | + <at this point 16690 exits and causes 16644 to exit too> | |
39 | 39 | |
40 | 40 | This happens because bash can observe both signals and choose how it |
41 | 41 | responds to them. |
drivers/base/power/opp.c
include/linux/devfreq.h