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=-12.3 required=3.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED,DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 76B21C43463 for ; Mon, 21 Sep 2020 05:30:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 10D9B2075E for ; Mon, 21 Sep 2020 05:30:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="LuNkfazD" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726397AbgIUFah (ORCPT ); Mon, 21 Sep 2020 01:30:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42632 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726211AbgIUFah (ORCPT ); Mon, 21 Sep 2020 01:30:37 -0400 Received: from mail-pj1-x1042.google.com (mail-pj1-x1042.google.com [IPv6:2607:f8b0:4864:20::1042]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B0EBC061755 for ; Sun, 20 Sep 2020 22:30:37 -0700 (PDT) Received: by mail-pj1-x1042.google.com with SMTP id kk9so6532759pjb.2 for ; Sun, 20 Sep 2020 22:30:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Qj9PyCzhSHC6kaHgqz3Zpf6fqZ3au7JN7Je5cZmsugg=; b=LuNkfazDZtt3eVNFmfepYHcgt4usFSxYMzkGnDNxzwPJX88lgbHhRVmBuHVAJLalTZ SflpKQISWqhiFBtEtxv5lMf1Y2ophHv4pdKKuPUhG3efBZgI2/oEkZ931uRwgh5DW9dE 44ZHwKnSLeOIB24e+zWDpBNdvtTqiLlTdKlrzdsWMWdL5bwZxoLuBSTQmbyNXDyKEqHs SF0XohbekIhTH06mLP1Qn02oO0xk5KHMXid8IqAqH/gZR10L1WFQJrkzj+YI9Z0fPSAb sVeNgWU56Joih14uKlDcwdOxeBEFeLxP4fh+Z+2eXWNxUsxH91Si88N6KvUz+Zh3+3qF Ncrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Qj9PyCzhSHC6kaHgqz3Zpf6fqZ3au7JN7Je5cZmsugg=; b=eRo8B7l7TcbTu9gQM1KhpN15aZp+WN+B2N+V/oSBva6zw41a7G+L1y6/Z4nYa1Idmv ioM28ZHJKZbE1qoQa6jNzAZc+40cQt7ELH5O0/k/B5/06wKgcVkdo1TN5LSIqNHrS+xc 83jtNJvMPVK0a4dCfccvx6e2un0xVj+6U9pNvdgCdNVWwp7UZwAeV5aArI7s2ku3oPkI OHbyZTalPSdPxTIPxUwpfsnIvTSSvg6VNPCNZMXN7mDQEdItlcurjRSNms55gtu3903V l6VHHsVxRfn3slSJF/ZgWMJxXk+L22zBUpAbAbx1e9oR1e7YXvgTrNXR+IjszKSgqXpU i/WA== X-Gm-Message-State: AOAM532+sd4SShqhSCgifMZ3jv/r8Gs+gOPXmljbpaf7xU/mQYB4lWzx YYeTt6uFiF7IC4RlkcZukEA= X-Google-Smtp-Source: ABdhPJztPjU1aIaxAfOPn2XAotl3oNSzV6uLf5VD4H+XhR728IPGnSHAmcPEEP/KwfFLu9iCMwiPEA== X-Received: by 2002:a17:90a:ec05:: with SMTP id l5mr24461707pjy.172.1600666236667; Sun, 20 Sep 2020 22:30:36 -0700 (PDT) Received: from james-Aspire-E5-575G.hsd1.wa.comcast.net (c-71-231-36-179.hsd1.wa.comcast.net. [71.231.36.179]) by smtp.googlemail.com with ESMTPSA id y6sm9427235pji.1.2020.09.20.22.30.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Sep 2020 22:30:36 -0700 (PDT) From: James Browning Cc: James Browning , Ian Abbott , H Hartley Sweeten , Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH] drivers:staging:comedi:comedi.h: Fixed typos in comments Date: Sun, 20 Sep 2020 22:30:00 -0700 Message-Id: <20200921053018.64095-1-jamesbrowning137@gmail.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Removed repeated words "the" and "in" Signed-off-by: James Browning --- drivers/staging/comedi/comedi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/comedi/comedi.h index 09a940066c0e..b5d00a006dbb 100644 --- a/drivers/staging/comedi/comedi.h +++ b/drivers/staging/comedi/comedi.h @@ -680,7 +680,7 @@ struct comedi_rangeinfo { * value of 1 volt. * * The only defined flag value is %RF_EXTERNAL (%0x100), indicating that the - * the range needs to be multiplied by an external reference. + * range needs to be multiplied by an external reference. */ struct comedi_krange { int min; @@ -970,7 +970,7 @@ enum i8254_mode { * major reasons exist why this caused major confusion for users: * 1) The register values are _NOT_ in user documentation, but rather in * arcane locations, such as a few register programming manuals that are - * increasingly hard to find and the NI MHDDK (comments in in example code). + * increasingly hard to find and the NI MHDDK (comments in example code). * There is no one place to find the various valid values of the registers. * 2) The register values are _NOT_ completely consistent. There is no way to * gain any sense of intuition of which values, or even enums one should use -- 2.25.1