Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

lib: cpu_rmap: Use pr_warn instead of pr_warning

As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of
pr_warning"), removing pr_warning so all logging messages use a
consistent <prefix>_warn style. Let's do it.

Link: http://lkml.kernel.org/r/20191018031850.48498-27-wangkefeng.wang@huawei.com
To: linux-kernel@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>

authored by

Kefeng Wang and committed by
Petr Mladek
256339d6 3da2e1fd

+1 -1
+1 -1
lib/cpu_rmap.c
··· 255 255 256 256 rc = cpu_rmap_update(glue->rmap, glue->index, mask); 257 257 if (rc) 258 - pr_warning("irq_cpu_rmap_notify: update failed: %d\n", rc); 258 + pr_warn("irq_cpu_rmap_notify: update failed: %d\n", rc); 259 259 } 260 260 261 261 /**