Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp749465pxj; Wed, 16 Jun 2021 12:41:33 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz+0UqraR1iS57fk7Isws9iMqdnsxvsGhgR0VsoxtF1wm8JexdpoDSpGhx2m1EcFHGhlVV3 X-Received: by 2002:a92:dd89:: with SMTP id g9mr868964iln.209.1623872493464; Wed, 16 Jun 2021 12:41:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623872493; cv=none; d=google.com; s=arc-20160816; b=ffle0M8xSFWQ1YLKgBWL2SO72lpXUGvtpnHQ+1Q+nn1ZhHhO6bjTRywrQ0qSDq9pky B1pjGB6uE9RK4h/qXlypR1TtTH0ZPlm9TWYufiDV7eTPWNKpZzo17+pHTOVUUQ3hhxWR uBXqAM9qmfV+fPfJjs66cQxiCZtDUm0GxnGg71GgQVg0XOTvmWrvrVeUjm3u/T37q7qs sR8Z8rTWFCi6WqSdut1zI/47RdjnWg6J8vJlyyDjt+5bnbGxMWI320VfYYtbnq1mDjLR zbI5ICRyijasPuqIUsreXNmsv5GatzfegELpzU1sDshWpxZmV/Rr75IS7Cze3cfUSl7l PMng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=cNyfZfzFE6sAXKPnWniJakEouI7emZSq3dxtvaXfJFk=; b=FEibhQ6helfYMwHgn/a3fGMxfcgn5XD98btZxuYnSZshHApiW4VXoligLPkQHRASn2 HYA6xLZQEhBI2RtsnnIPuE8mfZYMkvJJZB96VRKpg6U0D/OKlU9zmDf2iWwxUvwb63Ds CUJ1Wiv4OxWWcG+aC5XK/cS8inu1Nzl/KgOiqyZdtXkYQ3UxjVsJUxOyNxG8HZbqTwYX 8danA3G0gEBqG9wxxS+rbAYMF5bSlaQlOjgmn/jdTRlotEV7HR34R8EOCFIEzXSAfmk/ WMOwPeh11VDu5WuYXXol9b/G2SOWgwz/0ph3z0Gr3TA3p8/kTEA4qLGr/jFboJtB5/kw 2EQA== 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 x4si4166498jat.39.2021.06.16.12.41.21; Wed, 16 Jun 2021 12:41:33 -0700 (PDT) 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 S233285AbhFPNcx (ORCPT + 99 others); Wed, 16 Jun 2021 09:32:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:39606 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231179AbhFPNcv (ORCPT ); Wed, 16 Jun 2021 09:32:51 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 26B0B61166; Wed, 16 Jun 2021 13:30:44 +0000 (UTC) Date: Wed, 16 Jun 2021 09:30:42 -0400 From: Steven Rostedt To: Andy Shevchenko Cc: Randy Dunlap , Chris Down , Linux Kernel Mailing List , Petr Mladek , Jessica Yu , Sergey Senozhatsky , John Ogness , Greg Kroah-Hartman , Johannes Weiner , Kees Cook , Rasmus Villemoes , kernel-team@fb.com Subject: Re: [PATCH v7 1/5] string_helpers: Escape double quotes in escape_special Message-ID: <20210616093042.2036ef2c@gandalf.local.home> In-Reply-To: References: <796701ff-18f9-a637-fca4-808ae36b336f@infradead.org> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 16 Jun 2021 11:08:18 +0300 Andy Shevchenko wrote: > On Tue, Jun 15, 2021 at 07:05:25PM -0700, Randy Dunlap wrote: > > On 6/15/21 5:00 PM, Chris Down wrote: > > > Andy Shevchenko writes: > > >>> I've checked uses of ESCAPE_SPECIAL and %pE across the codebase, and I'm > > >> > > >> checked the uses > > > > > > Hmm, what's wrong with using the zero article for "checked uses"? I mean, I don't have any strong resistance, but I don't see anything wrong with it either, and it matches how I'd naturally speak. > > > > > > Agreed on the others, though, hopefully they can be massaged in :-) > > > > Ack, I don't see anything wrong with it either. > > I guess you know better than me :-) > > I'm just a mere non-native speaker here to whom it's stylistically harder to > parse without the article. English is weird. It sounds fine to me with and without the "the" article, but I'll say having "the" does make it a little smoother, and probably better for the non-native speaking folks. Technically, I'm a native speaker, but I prefer to say my mother tongue is C. ;-) -- Steve