From patchwork Sun Apr 4 22:24:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?David_Villasana_Jim=C3=A9nez?= X-Patchwork-Id: 12182433 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.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 36223C43460 for ; Sun, 4 Apr 2021 22:24:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0B3DF6138B for ; Sun, 4 Apr 2021 22:24:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231596AbhDDWY5 (ORCPT ); Sun, 4 Apr 2021 18:24:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58710 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231453AbhDDWYy (ORCPT ); Sun, 4 Apr 2021 18:24:54 -0400 Received: from mail-ot1-x329.google.com (mail-ot1-x329.google.com [IPv6:2607:f8b0:4864:20::329]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD9B5C061756; Sun, 4 Apr 2021 15:24:48 -0700 (PDT) Received: by mail-ot1-x329.google.com with SMTP id c24-20020a9d6c980000b02902662e210895so9336136otr.9; Sun, 04 Apr 2021 15:24:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :content-transfer-encoding; bh=7mopXWBi2wijSGKa4AiTjRSanyVNKQw/ECdzYkzyHBg=; b=TVG60R2H4bKieRfyglnQsIBgGK4c5WjLKncENtq0PCeTqi0D6q5ytdppV9OrFrcyfW HHH8bCRos+sm+98LPMbzfw9UHqsTBBg7s/QkgB1moRZ5iouugI0y+vNhwmbhAePnOB4i UHm7CwCPhCx4Va+74vAKzs/MYhDMCYVVJk5Niwvy5dk5Tb+bSMDd87VQEozlro4dyDG6 AmPXEEKsjQqXG482qICSickkZGyHeqV/iHIPo8n5z2ogNCNr7F4BNBGtqg0y29ni41l5 KgrHtAzgpk6axHm7eaSh7ZnahfnCXCwIhxpCHE4w7O1ko7h6Z3DhSzbH48qD+o6iYVPk 2dlg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:content-transfer-encoding; bh=7mopXWBi2wijSGKa4AiTjRSanyVNKQw/ECdzYkzyHBg=; b=rIWl+jIxj/IhA12XX+4AccCP9SnWgPhKTPu5+r11PNWstEFAAMfCVMc4+lNeZxk1bh Eea7ZGtC8fgBKuTYqZWVO4Yo1zCo2FcrTmZmv4E3IFUGzXvHcfrvI4Tarsbr4PgMFvBn YubJkZ1DRU2TAdSr00ZN9NzxCaqbd0GPtH79CrFKk2jGjGg8T0u1V5jnFxLeV0ABgCxt wXE/bkZmA1eQHj+xKxQejz4E+qAAEM3fkMnni4jXidhBRTP6Ww8CufGh1RCEFYmyp6AX 7nBDkQxfRfjgKGHabGSGsH1eSw/ctz4tQxmqaKkFFgTHkdOziKEiLydXPsYK8hMcKfTm gZ0A== X-Gm-Message-State: AOAM532wqmUs0qTVtwpQjXR5cT1lmoSa5+XAt9X3nAxeUL6icu61my8q /DpDWv1hWWDhpNvq/9xF90U= X-Google-Smtp-Source: ABdhPJxD6prBgFyahJBLuz/JwVFWQaAr1RfWSibZEFa/57wziYI+4OJwVB+xK+3mf1B5TIarlh4DHQ== X-Received: by 2002:a9d:2e1:: with SMTP id 88mr19725255otl.120.1617575088397; Sun, 04 Apr 2021 15:24:48 -0700 (PDT) Received: from fedora ([2806:2f0:7000:86b1:c1bc:6875:f962:d652]) by smtp.gmail.com with ESMTPSA id h59sm3528290otb.29.2021.04.04.15.24.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 04 Apr 2021 15:24:48 -0700 (PDT) Date: Sun, 4 Apr 2021 17:24:43 -0500 From: David Villasana =?iso-8859-1?q?Jim=E9nez?= To: jic23@kernel.org, lars@metafoo.de, gregkh@linuxfoundation.org Cc: linux-iio@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com Subject: [PATCH] staging: iio: cdc: remove repeated word Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org Fix checkpatch warning: WARNING: Possible repeated word: 'from' Signed-off-by: David Villasana Jiménez --- drivers/staging/iio/cdc/ad7150.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/iio/cdc/ad7150.c b/drivers/staging/iio/cdc/ad7150.c index 48132ab157ef..1be214512ff8 100644 --- a/drivers/staging/iio/cdc/ad7150.c +++ b/drivers/staging/iio/cdc/ad7150.c @@ -57,7 +57,7 @@ * @threshold: thresholds for simple capacitance value events * @thresh_sensitivity: threshold for simple capacitance offset * from 'average' value. - * @mag_sensitity: threshold for magnitude of capacitance offset from + * @mag_sensitity: threshold for magnitude of capacitance offset * from 'average' value. * @thresh_timeout: a timeout, in samples from the moment an * adaptive threshold event occurs to when the average