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 X-Spam-Level: X-Spam-Status: No, score=-13.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CB3B3C433DF for ; Mon, 27 Jul 2020 18:40:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B0C2420729 for ; Mon, 27 Jul 2020 18:40:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729146AbgG0SkF (ORCPT ); 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: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: 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