Received: by 2002:a17:90b:8d0:0:0:0:0 with SMTP id ds16csp5077166pjb; Mon, 27 Jul 2020 12:19:02 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx1mw0tlFQlfk659U1Qbxgv3oZ3VfgNtzKxZOr8IKxqICcVvnV/Pcth/EB+BtIw2JqieNw2 X-Received: by 2002:a17:906:7a16:: with SMTP id d22mr8736851ejo.478.1595877542755; Mon, 27 Jul 2020 12:19:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595877542; cv=none; d=google.com; s=arc-20160816; b=FK0BysSUIdHn/Bl2LB2Be5VYSrFP0+yGeKtCU8ifERqvMZfHQRR8i7a/dlRKD6cifO DtjQqVQrT/enE6bWWZ3ueq/Vo28XF6TISiV5pzyHAb+Nd0W8JMx1WIso3sPK78TfvHGM B0Pg0KbTvgREjDj4J6+pRkt2/iB4zGp3C/TvhWnEgD1U+rIR02k8EYCrUKVbuQbGw8v9 i6XjBQNjVVjLuOFMPjT3LyhrK/Idzcj0tAuQ/JWklYlhrjfOd8P74E/2/RPjQ4LdC6LO yvbhgRP8Y3LxnRo35LXeZIK35CdHLk7NR6m+WfkMSu+UiTE/xozAiPGSiMo2wvk81wk1 S+lA== 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:references :message-id:in-reply-to:subject:cc:to:from:date; bh=50R6b+i2JC4UpgskaVtnX1JIM09fm8UnR4DRk+eADDk=; b=U/SymXAk/M4UStNDNEuZ/hHsE+Fmg2CA+ZvasjoBUoUiG/i4vmqP1HNs/bUkiyA9AL 0pD6i4t51TI7wpmQUn8toXXxBABzDUkCxleQKJANthExpASEvDBy/TAJOYReFyBxPu1X NWWltxKf8V1n82Q7jzSewe273jIDt1Sa0iuErhcBB8rjbKvJxeXs4EKrx0cf2QLZ22mX nIYwliIIaZHW5pGSODZv1hbvP5E0mLzn94YvE0+TpisM4tcFPK9kpJnGaJm0bBYiNlCH uTdIm2IKb/MfAuM1ql07t072JO6bpYFt5PZ74ScvDuS0hiDiTcp0Ih5uxP52/XhEECUw Z5tA== 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 gs8si5314128ejb.665.2020.07.27.12.18.40; Mon, 27 Jul 2020 12:19:02 -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 S1730441AbgG0SkF (ORCPT + 99 others); Mon, 27 Jul 2020 14:40:05 -0400 Received: from namei.org ([65.99.196.166]:55640 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728464AbgG0SkE (ORCPT ); Mon, 27 Jul 2020 14:40:04 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id 06RIduYH022279; Mon, 27 Jul 2020 18:39:56 GMT Date: Tue, 28 Jul 2020 04:39:56 +1000 (AEST) From: James Morris To: Randy Dunlap cc: LKML , "Serge E. Hallyn" , linux-security-module Subject: Re: [PATCH] LSM: drop duplicated words in header file comments In-Reply-To: <9299abf4-75e3-6d73-a8b8-c2617208a990@infradead.org> Message-ID: References: <9299abf4-75e3-6d73-a8b8-c2617208a990@infradead.org> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 17 Jul 2020, Randy Dunlap wrote: > From: Randy Dunlap > > Drop the doubled words "the" and "and" in comments. > > Signed-off-by: Randy Dunlap Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-general -- James Morris