Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1884755ybv; Fri, 21 Feb 2020 05:08:51 -0800 (PST) X-Google-Smtp-Source: APXvYqymm3OCs/HlulzOOeUN/fErqRWkaP58dRjh77zwNx/rvWbTo/HuOAD7+6ReHw7tDPvocNPx X-Received: by 2002:a05:6830:1e2b:: with SMTP id t11mr28381193otr.81.1582290530765; Fri, 21 Feb 2020 05:08:50 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582290530; cv=none; d=google.com; s=arc-20160816; b=e3hBjsV2t2c6TxbbXni9vDY5y8x6Ac4MBP7fswb1dzImhAuluMq/6N8Yky0ZDk3dxb UeUbv/rM4woMtu5Dv4W4XIjRHCOazTrxJtpb7PjmkNMvbsjLyNDE6poZ8zz0yHA+9cj+ 6OdERI76jmk76wOWspp+oO2rOmBrWNxnQ5tqinAaY0qJQnftNjUWY2F8wP+iuBDijG5i jS5f+NEVwyvDvoYi1wc7rm3aIzggSHPZOzL1iuETLnu/nYGYq1s/FtXw70f9z0ICR15U PKb6Uoup62yixpJLoV8ii2I/xS/59yhNjyL2CXdQx9ZlUyDXUvuIi0My1GLd8Gl95u6o /clg== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=wHPW0MApOUQ2wCewp22QOv4e0uSdY0IrkvzFEoRoaRs=; b=tfgR7QtS4nUFG2piwzMMiSE2eR+A5HbeJsfljEybUJIiWzjoQibWxUoY2JBsRokaGH aC+1MCB4Khos6Aw7a0Tjx2yQRb8K8KrOfYYFR+wwgJIH53vYfh1lraeVYtIkrOsa+JRJ WIOIGDBvMPp31wGgN94c+Gi6dEY+f0vQVVDhWc5VAsoZTuAB2SrEltmbENt0eu8mpuN4 g+SvXpbR0ZZiDpLdQAPSBWi31zwjZ4zjVD78Rm7LD7BMuufMEAT4QNPMDkbHfxZeePGP IR1oZKWZ6ksAZK99rrMECD26+AwVSqLdXKp+qnMYlPqWtOyibypvuWgXKXMae9V1cfwo KZfw== 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 e25si1581769otk.62.2020.02.21.05.08.31; Fri, 21 Feb 2020 05:08:50 -0800 (PST) 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 S1728508AbgBUNIG (ORCPT + 99 others); Fri, 21 Feb 2020 08:08:06 -0500 Received: from mx2.suse.de ([195.135.220.15]:44722 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727039AbgBUNIF (ORCPT ); Fri, 21 Feb 2020 08:08:05 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 500DBAD43; Fri, 21 Feb 2020 13:08:04 +0000 (UTC) Date: Fri, 21 Feb 2020 14:08:03 +0100 From: Petr Mladek To: Andy Shevchenko Cc: Steven Rostedt , Sergey Senozhatsky , linux-kernel@vger.kernel.org, Rasmus Villemoes , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Subject: Re: [PATCH v1] lib/vsprintf: update comment about simple_strto() functions Message-ID: <20200221130803.q34oswagpdhbehzo@pathway.suse.cz> References: <20200221085723.42469-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200221085723.42469-1-andriy.shevchenko@linux.intel.com> User-Agent: NeoMutt/20170912 (1.9.0) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 2020-02-21 10:57:23, Andy Shevchenko wrote: > The commit 885e68e8b7b1 ("kernel.h: update comment about simple_strto() > functions") updated a comment regard to simple_strto() functions, but > missed similar change in the vsprintf.c module. > > Update comments in vsprintf.c as well for simple_strto() functions. > > Reported-by: Uwe Kleine-K?nig > Signed-off-by: Andy Shevchenko Looks good to me. Reviewed-by: Petr Mladek Best Regards, Petr