Received: by 2002:a25:b323:0:0:0:0:0 with SMTP id l35csp1762919ybj; Fri, 20 Sep 2019 16:22:13 -0700 (PDT) X-Google-Smtp-Source: APXvYqypOPPXYqmgRseNIGg0AItM5J6aBi7sYy3qBbXdo8aIye0sS8RyPcb7nh1ZFDVkR5oF0h7N X-Received: by 2002:a17:906:959:: with SMTP id j25mr20863885ejd.51.1569021733361; Fri, 20 Sep 2019 16:22:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569021733; cv=none; d=google.com; s=arc-20160816; b=nblvlB50veCfvGROucRxpBL2bnfpz6v8Lgts4+zhdkQBg2a/b+Y9kvP7klMjtasKOI o243HGR+zDdcmUD7bBY0m4UnxpcMBzuMP0ckkEESagDoLd14ah8UIQbghUAAQep61ozQ MYWaXEbAzrHCpmytlokACYSscC1QiNTDEAxE8kn6haAyntuS+2A/IY3or5Ms66tOHi67 5c9EYJrvOkY0B2rRJMGWcpv5ce/OqmfF1rb4ZePfWfPVoz+X2v3wzCtbPDXTqDFuYBqS vbkz+Ieq93dhKGDEiJ8XWBl6xhkXb1gKPprI4nbyL9/DE6v49i8kwmQJiCq6jR0Ol4Sn GYSw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=YueGkE070M4s+EB/ITTWoCFU5ClBBzxBzhmZjx+xQ8I=; b=E1I/dd5h9CyaVe8CjemnzayAb8v5YANHRnEUtLYQgtiUjoYIKMharpGlxM5+pv3hSa pVUkiJ+xrQx6FpCoa32nCblB5tJhiMzufJESE8/PmwdH10ZFIT+xVr0V0aE5ojxZ2LJ1 vuvxkp+O6SXtRhJTefVa9kxjf6xeEGua90LIbnkf7AETtsr+EmGbkMLDbHmpZrh2ueQ1 FLa/aKxWSeORRM7sRRGNXln91f8+tLKqHmGl4+odF6SWSslmXSIqiJddml/4ng8dDPm2 4N99u6gGyIgF4SJJ1KpKX06g/DqWy+HYdfeK3KhQk1s3k+2m/S0nnAQN3jH7YEoDyTMG ucfA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h53si2641712edh.147.2019.09.20.16.21.50; Fri, 20 Sep 2019 16:22:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394789AbfITGLE (ORCPT + 99 others); Fri, 20 Sep 2019 02:11:04 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:2684 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2437237AbfITGI6 (ORCPT ); Fri, 20 Sep 2019 02:08:58 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 988F123F9348EDF093F5; Fri, 20 Sep 2019 14:08:56 +0800 (CST) Received: from localhost.localdomain.localdomain (10.175.113.25) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.439.0; Fri, 20 Sep 2019 14:08:48 +0800 From: Kefeng Wang To: Joe Perches , Andrew Morton , Ingo Molnar , "David S. Miller" , Arnaldo Carvalho de Melo , Andy Whitcroft , Peter Zijlstra , "Alexei Starovoitov" , Daniel Borkmann , "Greg Kroah-Hartman" , Sergey Senozhatsky , Petr Mladek , Arnd Bergmann , CC: Subject: [PATCH 06/32] sparc: Use pr_warn instead of pr_warning Date: Fri, 20 Sep 2019 14:25:18 +0800 Message-ID: <20190920062544.180997-7-wangkefeng.wang@huawei.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190920062544.180997-1-wangkefeng.wang@huawei.com> References: <20190920062544.180997-1-wangkefeng.wang@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.175.113.25] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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: "David S. Miller" Cc: Andrew Morton Signed-off-by: Kefeng Wang --- arch/sparc/kernel/smp_64.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/sparc/kernel/smp_64.c b/arch/sparc/kernel/smp_64.c index a8275fea4b70..9b4506373353 100644 --- a/arch/sparc/kernel/smp_64.c +++ b/arch/sparc/kernel/smp_64.c @@ -1673,9 +1673,9 @@ void __init setup_per_cpu_areas(void) pcpu_alloc_bootmem, pcpu_free_bootmem); if (rc) - pr_warning("PERCPU: %s allocator failed (%d), " - "falling back to page size\n", - pcpu_fc_names[pcpu_chosen_fc], rc); + pr_warn("PERCPU: %s allocator failed (%d), " + "falling back to page size\n", + pcpu_fc_names[pcpu_chosen_fc], rc); } if (rc < 0) rc = pcpu_page_first_chunk(PERCPU_MODULE_RESERVE, -- 2.20.1