From patchwork Thu Jun 16 14:15:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xiang wangx X-Patchwork-Id: 12883931 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF712C433EF for ; Thu, 16 Jun 2022 14:16:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377519AbiFPOQU (ORCPT ); Thu, 16 Jun 2022 10:16:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233419AbiFPOQU (ORCPT ); Thu, 16 Jun 2022 10:16:20 -0400 Received: from smtpbg.qq.com (smtpbg138.qq.com [106.55.201.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8EF0924BF2; Thu, 16 Jun 2022 07:16:09 -0700 (PDT) X-QQ-mid: bizesmtp73t1655388936te84ol4k Received: from localhost.localdomain ( [153.0.97.30]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 16 Jun 2022 22:15:30 +0800 (CST) X-QQ-SSF: 01000000003000D0I000B00A0000000 X-QQ-FEAT: rDVzBkvD//YLDwnPANlvrHAlKPDEbPwgQ2HSKDcek4Llnwe5aVQKtmWVbq2qr u80NhtcuRwxAuSsC0lvRI43BtAKe0tVS5DU3YHjokYpFYw+kBRGrkfLRttT9zO1pAyM5hWx gLkkCTee6jy+lp4hv7GA8t2l7zrqZk7m1BGYqO57B3HNJm2A6jTa1uNSXL6flmNtMk/BPtr 0ghpYmixSjWIvmXK//RyAfJxYUEKzJ+dxDbEFUwo5GjnlXhrm4nl33xQvrSoxv502N9v965 PbWYevjr2La5fyF7GIipgHCy+mChpYRDGxOACy+bMpLkzijzbcsLk3rU8= X-QQ-GoodBg: 0 From: Xiang wangx To: jic23@kernel.org Cc: lars@metafoo.de, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, Xiang wangx Subject: [PATCH] iio: Fix typo in comment Date: Thu, 16 Jun 2022 22:15:22 +0800 Message-Id: <20220616141522.2238-1-wangxiang@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam10 Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org Delete the redundant word 'in'. Signed-off-by: Xiang wangx --- drivers/iio/gyro/bmg160_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/gyro/bmg160_core.c b/drivers/iio/gyro/bmg160_core.c index 81a6d09788bd..cedd9f02ea21 100644 --- a/drivers/iio/gyro/bmg160_core.c +++ b/drivers/iio/gyro/bmg160_core.c @@ -766,7 +766,7 @@ static int bmg160_write_event_config(struct iio_dev *indio_dev, return 0; } /* - * We will expect the enable and disable to do operation in + * We will expect the enable and disable to do operation * in reverse order. This will happen here anyway as our * resume operation uses sync mode runtime pm calls, the * suspend operation will be delayed by autosuspend delay