Received: by 10.192.165.156 with SMTP id m28csp504598imm; Wed, 11 Apr 2018 02:47:49 -0700 (PDT) X-Google-Smtp-Source: AIpwx48g7zuCvH8kls76JO2Cdei3wvh9XbuJyshZkL+ctoB2FOHu15xNn4oXGjmc7viiWOUgqvXi X-Received: by 10.99.186.26 with SMTP id k26mr1560374pgf.39.1523440069800; Wed, 11 Apr 2018 02:47:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523440069; cv=none; d=google.com; s=arc-20160816; b=Ai2PZ3w9fcZFGheHJ7QQj1YaxrNhvu2fI4fJ0uazZkFjOo3nHxxzXh8g36Uplr7tO8 21J9yBVfVbwufL0+/9FteTFFyAUjclZI/cX8a1Nt/k+VZct/UyEBx2d4OfHKugHW8jhZ SXmIDthvc+czydaZocb5jod+yvYHG8h6+8p/8LCMPHC2Smze2nN5NFhllBFhwhx/d2fg CuwDRoctdfalbnMwf1bB1X2u8Wq3aHXvlDMPmj+rr4rP5rFigv8XlMaG6Gyy160eb13p XhLxMu/vxbdMnonoQuJAcojYjfGbp3TX5VMYl/YmtOmCRU0B6v70P9wEncpikaASfCLy S00g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=WZOyUi5HkQ/SJtk4L0Kkxe/gGPVAIvgvB7tC+5CaSOk=; b=xL1eRqDkeo0uKak1vQb7/pIiZoK5k6PIGJpxSxXsQ7d+gLI6XfRgp0pFSaa0tBqvTk cmygPP6pTC069AG4fAwbqj6nty9gsEBKV77IvFCIyqKGccVBcKaAFS/+70MrgDebnjUa A+CUw0ILlnC2Ciq1DZa2jK3pG96cQcyBXLmlZCwbpmzzjL5kxbyTC1Ayag1PGX+ElN/9 hL7BQz8tEzBKE8C7H0NF7lf0rx01nbs0Bm08a4AI/QV33YpYrbgAS2K05qDjbojVIgVp ggHH8JRAj4iuXA7F/gz5Zoy5Ccn0yzq6R57e6NIQfv1hT88jVw8zo3NkVX5j4sCHIyU7 cMTw== 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 y62si451988pfd.309.2018.04.11.02.47.12; Wed, 11 Apr 2018 02:47:49 -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 S1752320AbeDKJoC (ORCPT + 99 others); Wed, 11 Apr 2018 05:44:02 -0400 Received: from mx2.suse.de ([195.135.220.15]:34078 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751876AbeDKJoB (ORCPT ); Wed, 11 Apr 2018 05:44:01 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 9ECD8AF57; Wed, 11 Apr 2018 09:44:00 +0000 (UTC) Date: Wed, 11 Apr 2018 11:44:00 +0200 From: Petr Mladek To: Andy Shevchenko Cc: "Tobin C . Harding" , linux@rasmusvillemoes.dk, Joe Perches , linux-kernel@vger.kernel.org, Andrew Morton Subject: Re: [PATCH v2 2/9] lib/vsprintf: Make dec_spec global Message-ID: <20180411094400.tt3ce6bq6nvctrct@pathway.suse.cz> References: <20180216210711.79901-1-andriy.shevchenko@linux.intel.com> <20180216210711.79901-2-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180216210711.79901-2-andriy.shevchenko@linux.intel.com> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 2018-02-16 23:07:04, Andy Shevchenko wrote: > There are places where default specification to print decimal numbers > is in use. > > Make it global and convert existing users. > > Signed-off-by: Andy Shevchenko Reviewed-by: Petr Mladek I have pushed it into printk.git, branch for-4.18-vsprintf-cleanup. Best Regards, Petr