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 63427C67871 for ; Thu, 27 Oct 2022 06:36:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233946AbiJ0Ggz (ORCPT ); Thu, 27 Oct 2022 02:36:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57194 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233264AbiJ0Ggx (ORCPT ); Thu, 27 Oct 2022 02:36:53 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E17515F93A for ; Wed, 26 Oct 2022 23:36:52 -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 184E96218D for ; Thu, 27 Oct 2022 06:36:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1FC59C433D6; Thu, 27 Oct 2022 06:36:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666852611; bh=MaDXykNOBsnRbQk4Wd2jrRSc2YVPdFhx76PUgnX43H4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=d5E2AOA/HVxtWehd3uWyckq/HI2+WEvX6cpH/Ep81vOAKQFPPBwomo8Bt1nulKTmt k5a9Lg5Y/c8or506PPYI41PBvPQr86DFZ9wrsCBdOUqz8o4HWrRyYFOyXrbR8GWJtU c1jrrECIoNbSk9jfYWqOq7RfhIteKblYkkM1a/EE= Date: Thu, 27 Oct 2022 08:37:44 +0200 From: Greg KH To: Tanjuate Brunostar Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy@lists.linux.dev Subject: Re: [PATCH v5 2/6] staging: vt6655: refactor code in s_uGetRTSCTSDuration Message-ID: References: <0e6a307052d3a354a850a502e509f46baccdbe1e.1666849707.git.tanjubrunostar0@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0e6a307052d3a354a850a502e509f46baccdbe1e.1666849707.git.tanjubrunostar0@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 27, 2022 at 06:01:26AM +0000, Tanjuate Brunostar wrote: > fix checkpatch errors by refactoring long lines of code in the function: s_uGetRTSCTSDuration Um, this is 93 characters long. I don't see it changed from before :( Please fix _ALL_ changelog texts... greg k-h