diff options
author | 2016-07-12 15:05:49 +0800 | |
---|---|---|
committer | 2016-07-14 16:21:53 +0900 | |
commit | 077e2642fbe2274e1b7b9d7c71da6cd3f69f21fd (patch) | |
tree | 074d7311e2273c0fbcc3e5ceb40d432e75d9df7d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge tag 'stm-for-greg-20160701' of git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm into char-misc-testing (diff) | |
download | linux-dev-077e2642fbe2274e1b7b9d7c71da6cd3f69f21fd.tar.xz linux-dev-077e2642fbe2274e1b7b9d7c71da6cd3f69f21fd.zip |
chardev: add missing line break in pr_warn
To fix super long dmesg error lines like
CHRDEV "dummy_stm.0" major number 224 goes below the dynamic allocation rangeCHRDEV "dummy_stm.1" major number 223 goes below the dynamic allocation rangeswapper: page allocation failure: order:8, mode:0x26040c0(GFP_KERNEL|__GFP_COMP|__GFP_NOTRACK)
After fix, it should look like
CHRDEV "dummy_stm.0" major number 224 goes below the dynamic allocation range
CHRDEV "dummy_stm.1" major number 223 goes below the dynamic allocation range
swapper: page allocation failure: order:8, mode:0x26040c0(GFP_KERNEL|__GFP_COMP|__GFP_NOTRACK)
Reported-by: Philip Li <philip.li@intel.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions