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 4E9ECC83F01 for ; Sun, 27 Aug 2023 18:59:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229936AbjH0S71 (ORCPT ); Sun, 27 Aug 2023 14:59:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39232 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229850AbjH0S7M (ORCPT ); Sun, 27 Aug 2023 14:59:12 -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 A2C38F5 for ; Sun, 27 Aug 2023 11:59:10 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 31D5D62409 for ; Sun, 27 Aug 2023 18:59:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2EBEFC433C7; Sun, 27 Aug 2023 18:59:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1693162749; bh=LFN9pzEVJKFSnFAxp0SrtncRVOxG9YJ2haP9S/9DE2w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kMpAGL8PR0QwicuqniGxpkbdQhZrYgGn0cGGe1CxbiLeuA6NjQnIk0xBuXKgKv8R0 lfDknvWEF0zc3OscKcFvWxcs6P5IwIAnSs2wZA6NG3M3vCfLGmWXucsgAG5SFxDTSv +xhVQ01ZddKxiZwH4jpAfPrqtuvdCgnSzFAvwPG4= Date: Sun, 27 Aug 2023 20:59:06 +0200 From: Greg KH To: ozlinux@hotmail.com Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] staging: octeon: clean up octeon ethernet driver Message-ID: <2023082747-tinsmith-captivate-fd91@gregkh> References: <2023082744-alike-spendable-5b87@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 27, 2023 at 01:59:00PM -0400, ozlinux@hotmail.com wrote: > I was wondering what your patch bot meant about #1. How would I go about > splitting this patch up to make it more readable? One logical change at a time please. thanks, greg k-h