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 BF499C6FA82 for ; Wed, 21 Sep 2022 18:04:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229807AbiIUSEC convert rfc822-to-8bit (ORCPT ); Wed, 21 Sep 2022 14:04:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33186 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229560AbiIUSD7 (ORCPT ); Wed, 21 Sep 2022 14:03:59 -0400 Received: from relay.hostedemail.com (smtprelay0015.hostedemail.com [216.40.44.15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D33C37CA8D for ; Wed, 21 Sep 2022 11:03:58 -0700 (PDT) Received: from omf03.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay02.hostedemail.com (Postfix) with ESMTP id 8C93F12121F; Wed, 21 Sep 2022 18:03:57 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf03.hostedemail.com (Postfix) with ESMTPA id E42056000B; Wed, 21 Sep 2022 18:03:53 +0000 (UTC) Message-ID: Subject: Re: Linux 4.14.294 From: Joe Perches To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, jslaby@suse.cz Date: Wed, 21 Sep 2022 11:03:52 -0700 In-Reply-To: <1663669061138255@kroah.com> References: <1663669061118192@kroah.com> <1663669061138255@kroah.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8BIT User-Agent: Evolution 3.44.4 (3.44.4-1.fc36) MIME-Version: 1.0 X-Rspamd-Server: rspamout03 X-Rspamd-Queue-Id: E42056000B X-Stat-Signature: gtgf7mb4b6jzm31dhmnjs1dzhidhpxh6 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX1+f2m+3yU1RbH2gvZ9sp4GWdKfG7M0p4WE= X-HE-Tag: 1663783433-908221 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2022-09-20 at 12:17 +0200, Greg Kroah-Hartman wrote: [] > diff --git a/drivers/hid/intel-ish-hid/ishtp-hid.h b/drivers/hid/intel-ish-hid/ishtp-hid.h [] > @@ -118,7 +118,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 */ Needless backporting of typo fixes reduces confidence in the backport process.