Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp212201pxb; Wed, 3 Feb 2021 03:46:23 -0800 (PST) X-Google-Smtp-Source: ABdhPJzTKabia1GxM1rpx2cE5T/Wtyz/HiJib/azHPmeACgnmxvBEK1OZs/R1R+c0RLAsJfU6Npm X-Received: by 2002:a17:906:c34d:: with SMTP id ci13mr2820015ejb.333.1612352782762; Wed, 03 Feb 2021 03:46:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612352782; cv=none; d=google.com; s=arc-20160816; b=AR1UaxSbCih4rwKBDiP2xsVOJJF6/dbpwVsFabTfiC989WK6W7/admkH3VGBfGOnQL bJLCi2IG7gAybuTq7nG5ZW2avEiMyfqY0hDErupm0plQDo7HyVoewAS6R3zXieeYg+mx 7X6XGcEc4wv3eAMcEPDXoA1Tu4VQDYDS7OGP7XJRCOt0kOav0W+9mxn40esK8WK47K7t f9TZKky42S3Tbk8TYCpw2i8FjI4SE76EoTHwzZpQwmNYPSl+5vCcLtqvRCGrY2FkBQ13 M9NfXjPGMsSnml5cmOaiX/PKdlQAiN5B9oD6K9VB7UnZeSV5PI/qATSTp46Dx8hN9Ql1 Mq1Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:date:message-id:subject:references:in-reply-to :cc:to:from; bh=X8xWODwoNmrPnb0cJyfM6Vc0TmP2I1cocf7cs++q7gk=; b=cswFNtPjsEH+yczZdkEYLF9NSR+bNVo7V75jaIX7WXZKR2hLq8W9mwtGVsuGZ9LnFE /MHt5giQNO2+yUMKkzVlzJlAmhsnciVRErm91KtJyQ83pfaZGmdRppOnDDdgyX9WyG46 DszlUN6lCGg7POOIJ9pchAtqvbF9bzbdenJB6ahqzq22T0tcDRRu6d4bPZLYgKEApctA UUN3UFqMG/MDn8sULyk8m2UTkpb/kDTDUrJmHQ6Ek9qSGbXbjzVHGqRcGyYjHD45yi0M K+pR7hyaHcdEBZ+2Z3KsZRAmq5GQLYjH7L1GoqD9xtXM2j0PsNsgAH+8wUdBimqAij9l 4Cew== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u1si1176072ejr.305.2021.02.03.03.45.57; Wed, 03 Feb 2021 03:46:22 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234138AbhBCLly (ORCPT + 99 others); Wed, 3 Feb 2021 06:41:54 -0500 Received: from bilbo.ozlabs.org ([203.11.71.1]:60337 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234375AbhBCLlX (ORCPT ); Wed, 3 Feb 2021 06:41:23 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 4DW09h1qQFz9vFx; Wed, 3 Feb 2021 22:40:39 +1100 (AEDT) From: Michael Ellerman To: linuxppc-dev@lists.ozlabs.org, Andrew Morton , Benjamin Herrenschmidt , Mike Rapoport , "Aneesh Kumar K.V" , Michael Ellerman , Markus Elfring , Christophe Leroy , Paul Mackerras Cc: LKML , kernel-janitors@vger.kernel.org In-Reply-To: <5b62379e-a35f-4f56-f1b5-6350f76007e7@web.de> References: <5b62379e-a35f-4f56-f1b5-6350f76007e7@web.de> Subject: Re: [PATCH] powerpc/setup: Adjust six seq_printf() calls in show_cpuinfo() Message-Id: <161235201005.1516112.10488411245763781267.b4-ty@ellerman.id.au> Date: Wed, 3 Feb 2021 22:40:39 +1100 (AEDT) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2 Jul 2019 14:56:46 +0200, Markus Elfring wrote: > A bit of information should be put into a sequence. > Thus improve the execution speed for this data output by better usage > of corresponding functions. > > This issue was detected by using the Coccinelle software. Applied to powerpc/next. [1/1] powerpc/setup: Adjust six seq_printf() calls in show_cpuinfo() https://git.kernel.org/powerpc/c/675b963e2b6007818fe1b0a64b47be40c125246e cheers