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 5F4C9C04A95 for ; Tue, 25 Oct 2022 17:24:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232468AbiJYRYu (ORCPT ); Tue, 25 Oct 2022 13:24:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50344 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232127AbiJYRYr (ORCPT ); Tue, 25 Oct 2022 13:24:47 -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 0134613DE0 for ; Tue, 25 Oct 2022 10:24:44 -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 945C561A56 for ; Tue, 25 Oct 2022 17:24:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A25F9C433C1; Tue, 25 Oct 2022 17:24:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666718684; bh=lRDe6mwjhPn7J61JXXwHsCNe1A76EBCUIZYYfOKlSHE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ao6FLjwQu+bhereJ1gJzeqiQcKFRq9tekXZpuU3/NZhL115cTjgVetfn1Dbtfkwuc bAmlHu20p2jujGA96eYc/0DywrFKaR7i1MT0tPw54YuvMdEQT9GNVpwtU3R6EYGAOs 6Ev+AQmZmHSRXNLtpCsQw5Gx8prueBI7nnDsXqx8= Date: Tue, 25 Oct 2022 19:24:41 +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 v4 2/6] staging: vt6655: refactor long lines of code in s_uGetRTSCTSDuration Message-ID: References: <0e6a307052d3a354a850a502e509f46baccdbe1e.1666605225.git.tanjubrunostar0@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0e6a307052d3a354a850a502e509f46baccdbe1e.1666605225.git.tanjubrunostar0@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 24, 2022 at 10:01:48AM +0000, Tanjuate Brunostar wrote: > fix checkpatch errors by refactoring long lines of code in the function: s_uGetRTSCTSDuration Again, you wrote a changelog comment that is too long, for a patch where you are fixing up too long of code lines. Please fix. thanks, greg k-h