From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 07BE64D138; Thu, 21 Dec 2023 10:04:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="dcT+v+3e" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=umEka/mi5F45s5B9Tn2kbPcFP6zU1V7qxFeQnGgZfW0=; b=dcT+v+3e8nyuvWUJUWrdINT9vR EkICyaJAxakLc6GKZtlta6Xc4sAmJNuOG8cro0ivLjk31lK7vDAb+qkmJgBdhtIu912kdvYgRHhVC meonhCFio/07iU90l8V9VECGtnV5+ScgI0FFnJ5orPedyXn9xSh2rdzoLXINl7uJXcHk=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1rGFuP-003V0d-Nw; Thu, 21 Dec 2023 11:04:05 +0100 Date: Thu, 21 Dec 2023 11:04:05 +0100 From: Andrew Lunn To: Christian Marangi Cc: Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [net-next PATCH v2] net: phy: at803x: better align function varibles to open parenthesis Message-ID: References: <20231219202124.30013-1-ansuelsmth@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231219202124.30013-1-ansuelsmth@gmail.com> On Tue, Dec 19, 2023 at 09:21:24PM +0100, Christian Marangi wrote: > Better align function variables to open parenthesis as suggested by > checkpatch script for qca808x function to make code cleaner. > > For cable_test_get_status function some additional rework was needed to > handle too long functions. > > Signed-off-by: Christian Marangi Reviewed-by: Andrew Lunn Andrew