Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp3488886ybi; Mon, 29 Jul 2019 07:26:15 -0700 (PDT) X-Google-Smtp-Source: APXvYqyPnB3jMxsW85ZA9K+dz46nqgyFeuHcm6j+eoYVgrQ2K3YJRgr35seujHv+wQQCDbHpMED8 X-Received: by 2002:a63:6904:: with SMTP id e4mr43756624pgc.321.1564410375757; Mon, 29 Jul 2019 07:26:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564410375; cv=none; d=google.com; s=arc-20160816; b=zbzuNlbeg3VHRjSakn74ZDQgasfdrXNKhTXhlWfTiIMs+QZ8EyZAnlZonweWZkWmcr zo4P5qn+EcCCNn7fAC7Og0AROkRyDE06NTKhWVEYK2FInkr7ez5+pcfihYxaOPqcgPcP 1WcKE8QkCXQZABuxFQ6fuKpM0QEc3aS4aXSKIfKnCKVD9SWESf9ntX5x6Y2t0Flr+uMD DxYG82sgMk2/IS0HMxW0PShlkxNVljnHeIbvn+EneC/jROIHNAU8MMgNX5lu0KSV+lbj Uq4NLg6AYCa7sg9ni69skH7ur9Thb0r5OTB13De34JwGOj7G9aU7Y4Ym6FH7mrbFajDP gdgA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from; bh=I7Ny75qAMALbc317H2IPLAqUdGZ05g0jLJkhAJ16lu4=; b=aQSSGJgKHqbzAkNBmF+3TvSdiLFgdoDtHX+X3LAfR4HbmZrh8UEmHyp2Ui7wlUHnsr 9zOhohzG+wPGRMZV1YlvfUK1z8VLEdN1A/HNpAR+fAgXW8dLeXQZ01VKXYX7tkrbJfVr MxUIGZBeOaIvYdCZ2NKDMWA4c5mLzYZQki82vrSPL4kK7PnsfbSeaE24GTu33fDTcvPR ILtD5PSdv/tTVxu4xK1f5slOJcpAjFtLwNH7cKilVLHN6CAJwvKMiaSBseL4EnOcDk4s GDZRY+cwhikT4l4RnVmxdb3WKElcPyF7MA12oSpq/BMUx0w0gLqCNvhNoFVMA2LC0ftc ywvQ== 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 d8si30122913pfr.182.2019.07.29.07.26.00; Mon, 29 Jul 2019 07:26:15 -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 S1727530AbfG2ODd (ORCPT + 99 others); Mon, 29 Jul 2019 10:03:33 -0400 Received: from mx2.suse.de ([195.135.220.15]:33142 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726281AbfG2ODd (ORCPT ); Mon, 29 Jul 2019 10:03:33 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 11049AFE1; Mon, 29 Jul 2019 14:03:32 +0000 (UTC) From: Andreas Schwab To: Anup Patel Cc: Paul Walmsley , Anup Patel , Alan Kao , Greg Kroah-Hartman , Daniel Lezcano , "linux-kernel\@vger.kernel.org" , Johan Hovold , Atish Patra , Albert Ou , Palmer Dabbelt , "linux-riscv\@lists.infradead.org" , Thomas Gleixner , Allison Randal Subject: Re: [PATCH 3/4] RISC-V: Support case insensitive ISA string parsing. References: <20190726194638.8068-1-atish.patra@wdc.com> <20190726194638.8068-3-atish.patra@wdc.com> X-Yow: Did you GAIN WEIGHT in th' past 5 MINUTES or am I just DREAMING of two BROCCOLI FLORETS lying in an empty GAS TANK? Date: Mon, 29 Jul 2019 16:03:28 +0200 In-Reply-To: (Anup Patel's message of "Sat, 27 Jul 2019 14:19:58 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Jul 27 2019, Anup Patel wrote: > So, using strncasecmp() in-place of strncmp() and using tolower() for > each character comparison is complex for you ? Apparently too complex for you. + if (tolower(isa[0] != 's')) Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."