Re: [PATCH 24/32] dma-debug: Use pr_warn instead of pr_warning

2019-09-25 Thread Kefeng Wang
On 2019/9/26 1:13, Christoph Hellwig wrote: > On Fri, Sep 20, 2019 at 02:25:36PM +0800, Kefeng Wang wrote: >> As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of >> pr_warning"), removing pr_warning so all logging messages use a >> consistent _warn style. Let's do it. > Please just s

Re: [PATCH 24/32] dma-debug: Use pr_warn instead of pr_warning

2019-09-25 Thread Christoph Hellwig
On Fri, Sep 20, 2019 at 02:25:36PM +0800, Kefeng Wang wrote: > As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of > pr_warning"), removing pr_warning so all logging messages use a > consistent _warn style. Let's do it. Please just send a script after -rc1 instead of sending all these

[PATCH 24/32] dma-debug: Use pr_warn instead of pr_warning

2019-09-19 Thread Kefeng Wang
As said in commit f2c2cbcc35d4 ("powerpc: Use pr_warn instead of pr_warning"), removing pr_warning so all logging messages use a consistent _warn style. Let's do it. Cc: Christoph Hellwig Cc: Marek Szyprowski Cc: Robin Murphy Signed-off-by: Kefeng Wang --- kernel/dma/debug.c | 2 +- 1 file ch