From patchwork Sun Sep 4 15:45:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shaomin Deng X-Patchwork-Id: 602873 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 4045DC6FA82 for ; Sun, 4 Sep 2022 15:45:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229967AbiIDPpq (ORCPT ); Sun, 4 Sep 2022 11:45:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39490 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229627AbiIDPpp (ORCPT ); Sun, 4 Sep 2022 11:45:45 -0400 Received: from smtpbg.qq.com (bg4.exmail.qq.com [43.154.221.58]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE0EF28E0B for ; Sun, 4 Sep 2022 08:45:39 -0700 (PDT) X-QQ-mid: bizesmtp90t1662306321tip94v1w Received: from localhost.localdomain ( [182.148.14.80]) by bizesmtp.qq.com (ESMTP) with id ; Sun, 04 Sep 2022 23:45:15 +0800 (CST) X-QQ-SSF: 01000000002000C0C000B00A0000000 X-QQ-FEAT: D6RqbDSxuq7nYvRqKV7DW/HBOzGOdZ1plErt1mwrlg8Dy5GHR7B7mMYjaA7vc dMDU8WX7iQH1W1lWQXqTH92Dl07zNgDWqOMD+xvkou3QjjxPS5f/we/+bnllVA1CF+9uufC xwQdhTui4PjPVIxRuBm0P30XUfEIqUxLoJzY8nQkCHOEyMMAIg+LHF35cWMWUCAnEdoRem6 sTSBKu3Tb+/xFj3ggUXKUaIZgFwjoqPmFsiBufAcFc+6wuetGqx7YgUOqSOYwoJ3kIZeHlR W5/hUJATnv+yTuY65OYd9eN/IGGxZo40imTARIusemC7TbTz8oQYVtdJMtEtX06GqRGGygP /uq1G/BOtERlU40cNeYc026VroIGtv8nXzv3UP8sM3vfw71wWk= X-QQ-GoodBg: 0 From: Shaomin Deng To: jikos@kernel.org, benjamin.tissoires@redhat.com, linux-input@vger.kernel.org Cc: Shaomin Deng Subject: [PATCH] HID: sony: Fix double word in comments Date: Sun, 4 Sep 2022 11:45:15 -0400 Message-Id: <20220904154515.25143-1-dengshaomin@cdjrlc.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr4 Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Remove the repeated word "not" in comments. Signed-off-by: Shaomin Deng --- drivers/hid/hid-sony.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c index 60ec2b29d54d..03691cdcfb8e 100644 --- a/drivers/hid/hid-sony.c +++ b/drivers/hid/hid-sony.c @@ -368,7 +368,7 @@ static const unsigned int buzz_keymap[] = { }; /* The Navigation controller is a partial DS3 and uses the same HID report - * and hence the same keymap indices, however not not all axes/buttons + * and hence the same keymap indices, however not all axes/buttons * are physically present. We use the same axis and button mapping as * the DS3, which uses the Linux gamepad spec. */