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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 12B32C6FA89 for ; Sat, 10 Sep 2022 21:24:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230158AbiIJVYR (ORCPT ); Sat, 10 Sep 2022 17:24:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44710 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231150AbiIJVXi (ORCPT ); Sat, 10 Sep 2022 17:23:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F3654A1B8; Sat, 10 Sep 2022 14:19:36 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E7F9A60C88; Sat, 10 Sep 2022 21:19:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7EF73C43470; Sat, 10 Sep 2022 21:19:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662844745; bh=5W1NvthT7Gk6j/4+GOkbynLdXPLwKUVSKJmdvZ0KROw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mJqT17DyLhhTXHuVHtXcWXG7Gow5zYnFOUO7WCi+qXA8h45x+cZJrCgv5tAzyLHzQ yQPUGFqhPJeHgm6FBxhrZMjpPG50u/yaWn6qqPVtLl64Mt8VGgH0hXQQg4desD0997 QvIjV9S3W7lA6Ip3ZFHNofwvHqYCh29FyvJbi7kJFVLJ6Ya+JoLrFOeJGn5p69nv3D 4CFXumYxPyU+pjaQRRZVY7mvWWGjTuxWuAxqbGaer/m9HmI6w5C80Rsal6gRsCMTkG qO+D41+3oh/cTiZc/foolmt5Ta2yQ0olDFTWjFLK1Lnihozs3PXGXmNz0OYqpa1j9e orbIepEjik/YA== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Jason Wang , Jiri Kosina , Sasha Levin , srinivas.pandruvada@linux.intel.com, jikos@kernel.org, benjamin.tissoires@redhat.com, linux-input@vger.kernel.org Subject: [PATCH AUTOSEL 5.4 02/10] HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo Date: Sat, 10 Sep 2022 17:18:53 -0400 Message-Id: <20220910211901.70760-2-sashal@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220910211901.70760-1-sashal@kernel.org> References: <20220910211901.70760-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org From: Jason Wang [ Upstream commit 94553f8a218540d676efbf3f7827ed493d1057cf ] The double `like' is duplicated in the comment, remove one. Signed-off-by: Jason Wang Signed-off-by: Jiri Kosina Signed-off-by: Sasha Levin --- drivers/hid/intel-ish-hid/ishtp-hid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/intel-ish-hid/ishtp-hid.h b/drivers/hid/intel-ish-hid/ishtp-hid.h index 5ffd0da3cf1fa..65af0ebef79f6 100644 --- a/drivers/hid/intel-ish-hid/ishtp-hid.h +++ b/drivers/hid/intel-ish-hid/ishtp-hid.h @@ -110,7 +110,7 @@ struct report_list { * @multi_packet_cnt: Count of fragmented packet count * * This structure is used to store completion flags and per client data like - * like report description, number of HID devices etc. + * report description, number of HID devices etc. */ struct ishtp_cl_data { /* completion flags */ -- 2.35.1