From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5A7C0C433FE for ; Thu, 7 Oct 2021 06:45:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3DBA660FC2 for ; Thu, 7 Oct 2021 06:45:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232499AbhJGGrG convert rfc822-to-8bit (ORCPT ); Thu, 7 Oct 2021 02:47:06 -0400 Received: from lithops.sigma-star.at ([195.201.40.130]:50616 "EHLO lithops.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231279AbhJGGrF (ORCPT ); Thu, 7 Oct 2021 02:47:05 -0400 Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id C0F5D61B8F39; Thu, 7 Oct 2021 08:45:10 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id ZYRdjzTpmI02; Thu, 7 Oct 2021 08:45:10 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 570EC61B8F5A; Thu, 7 Oct 2021 08:45:10 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id xcxdlVL0gwMC; Thu, 7 Oct 2021 08:45:10 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 322D161B8F39; Thu, 7 Oct 2021 08:45:10 +0200 (CEST) Date: Thu, 7 Oct 2021 08:45:10 +0200 (CEST) From: Richard Weinberger To: masahiroy Cc: linux-kernel , linux-kbuild Message-ID: <1874953349.45008.1633589110105.JavaMail.zimbra@nod.at> In-Reply-To: References: <20210920213957.1064-1-richard@nod.at> Subject: Re: [PATCH 1/2] kconfig: Refactor sym_escape_string_value MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF92 (Linux)/8.8.12_GA_3809) Thread-Topic: kconfig: Refactor sym_escape_string_value Thread-Index: wcfBa7poLfy6ketyHrnJCUsWxUrQfw== Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "masahiroy" > An: "richard" > CC: "linux-kernel" , "linux-kbuild" > Gesendet: Dienstag, 5. Oktober 2021 17:42:54 > Betreff: Re: [PATCH 1/2] kconfig: Refactor sym_escape_string_value > On Mon, Sep 27, 2021 at 9:36 PM Masahiro Yamada wrote: >> >> On Tue, Sep 21, 2021 at 6:42 AM Richard Weinberger wrote: >> > >> > sym_escape_string_value() can take a struct symbol directly >> > and use sym_get_string_value() itself to obtain the string value. >> > We will need struct symbol later for error reporting. >> > >> > Signed-off-by: Richard Weinberger >> > --- >> >> I think this is a nice clean-up regardless of 2/2. >> Applied to linux-kbuild. Thanks. >> > > I changed my mind after all. > I dropped this patch to clean up the code in a different way. Thanks for letting me know! I noticed already via linux-next. Thanks, //richard