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=-8.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 A1B03C2D0E2 for ; Tue, 22 Sep 2020 07:56:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 658DD239A1 for ; Tue, 22 Sep 2020 07:56:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600761365; bh=e8uyanv5QamZvHhEIRb+/GaChkLBDot++bgyhunyOuc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=oDlp7rlrm7cgQLGPf/jP/U7YKdBQWMMEu6CL0bVmte/eIAf41rAFNF88DAXaz2YHw FpJe98r9qvp8KZVdR1Swl2kdnn9vW2qCGOMwlR6pmD3y+ItqAw6Jsb0GfzxGf2oi57 FuZHv1J5l8DNMCIYgtaKjfKFw5m1KM1xcWZupzsg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726572AbgIVH4D (ORCPT ); Tue, 22 Sep 2020 03:56:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:54318 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726341AbgIVH4D (ORCPT ); Tue, 22 Sep 2020 03:56:03 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 7FB4D239A1; Tue, 22 Sep 2020 07:56:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600761363; bh=e8uyanv5QamZvHhEIRb+/GaChkLBDot++bgyhunyOuc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wMxC6Q8c4bLB99PsBz13WD7bURR/xwpfC+Lj2+q1a1CRXUIK4P8IO1uLV/IROCNf6 cROZbqFmOSSgVXRjtnzjILFdvBgbcRPh/f3kKLc+JoNBAz2ARdgRQDXfleNt42iAWU fblGWrrOyz9Gl6QB0PD2Nu7/PWL+zYVZHpm5K2cU= Date: Tue, 22 Sep 2020 09:52:24 +0200 From: Greg Kroah-Hartman To: James Browning Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Ian Abbott Subject: Re: [PATCH] staging: comedi: comedi.h: Fixed typos in comments Message-ID: <20200922075224.GA1789797@kroah.com> References: <20200921053018.64095-1-jamesbrowning137@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200921053018.64095-1-jamesbrowning137@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 20, 2020 at 10:30:00PM -0700, James Browning wrote: > Removed repeated words "the" and "in" > > Signed-off-by: James Browning > --- > drivers/staging/comedi/comedi.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) What tree did you make this against? It's already in my development tree and in linux-next, so I can't apply this again :( thanks, greg k-h