diff options
author | Yafang Shao <laoar.shao@gmail.com> | 2021-03-19 18:12:45 +0800 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2021-03-19 16:38:43 +0100 |
commit | 96b94abc12e6ec648f770776522de20c073c6eca (patch) | |
tree | a319b13dd38d18a7693e2b325eee0efd19a921cc /Documentation/hwmon | |
parent | 4a8ef190c16f724a0bc23ef71bda44b8aef4afaa (diff) | |
download | linux-96b94abc12e6ec648f770776522de20c073c6eca.tar.gz |
mm, slub: don't combine pr_err with INFO
It is strange to combine "pr_err" with "INFO", so let's remove the
prefix completely.
This patch is motivated by David's comment[1].
- before the patch
[ 8846.517809] INFO: Slab 0x00000000f42a2c60 objects=33 used=3 fp=0x0000000060d32ca8 flags=0x17ffffc0010200(slab|head)
- after the patch
[ 6343.396602] Slab 0x000000004382e02b objects=33 used=3 fp=0x000000009ae06ffc flags=0x17ffffc0010200(slab|head)
[1] https://lore.kernel.org/linux-mm/b9c0f2b6-e9b0-0c36-ebdd-2bc684c5a762@redhat.com/#t
Suggested-by: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Yafang Shao <laoar.shao@gmail.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Reviewed-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Acked-by: David Rientjes <rientjes@google.com>
Cc: Matthew Wilcox <willy@infradead.org>
Reviewed-by: Sergey Senozhatsky <senozhatsky@chromium.org>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20210319101246.73513-3-laoar.shao@gmail.com
Diffstat (limited to 'Documentation/hwmon')
0 files changed, 0 insertions, 0 deletions