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 X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3F00C2D0A3 for ; Thu, 29 Oct 2020 22:56:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 30C0520FC3 for ; Thu, 29 Oct 2020 22:56:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604012171; bh=pJ6vukBQgljcoDquE/dJKtCm3Ckdn6uNkaKN1HmoWCU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=Js8lQVKdFbo0n9DxdoEE5C+r0QYI1KD48ISo/E/TLTSyF2Evc3RWh5QFKCJ1TiW+P pbVNeJtX6mSTYvbL6dYzlXEpqdWd/TfCxgQGPY0Ivtmbpwf1u2dU1flhDZCJ+EJ7sb rvFJ98GTDgH/iRDT/Cj0Up2VCfFk2jP5Bq7/pnu8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725899AbgJ2W4K (ORCPT ); Thu, 29 Oct 2020 18:56:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:53280 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725372AbgJ2W4K (ORCPT ); Thu, 29 Oct 2020 18:56:10 -0400 Received: from localhost (otava-0257.koleje.cuni.cz [78.128.181.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3E5AA20639; Thu, 29 Oct 2020 22:56:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604012169; bh=pJ6vukBQgljcoDquE/dJKtCm3Ckdn6uNkaKN1HmoWCU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=bxwzRNR4JEFeMe/bWmqBUMGwRFYaboGerBEVSu365gy5K/7mMM3pKX568VtdZkmOR R6cfJEzgtXEjJlUJpZI7Sdpzcz40uZCaYNJ82n1FUDc92cD/Hmv19J2KPPbo893TJ2 Ay56sXulCLwJ5o8qQ/0EMzQWyp6oD5XPqu26zcJ4= Date: Thu, 29 Oct 2020 23:55:58 +0100 From: Marek =?UTF-8?B?QmVow7pu?= To: Jakub Kicinski Cc: Russell King - ARM Linux admin , Andrew Lunn , netdev@vger.kernel.org, davem@davemloft.net, pavel@ucw.cz Subject: Re: [PATCH net-next 1/5] net: phy: mdio-i2c: support I2C MDIO protocol for RollBall SFP modules Message-ID: <20201029235558.17740f76@kernel.org> In-Reply-To: <20201029155348.1cb7555a@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net> References: <20201028221427.22968-1-kabel@kernel.org> <20201028221427.22968-2-kabel@kernel.org> <20201029124141.GR1551@shell.armlinux.org.uk> <20201029125439.GK933237@lunn.ch> <20201029134107.GV1551@shell.armlinux.org.uk> <20201029155348.1cb7555a@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net> X-Mailer: Claws Mail 3.17.6 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 29 Oct 2020 15:53:48 -0700 Jakub Kicinski wrote: > +1 > > Maybe we should patch checkpatch to still enforce 80 for networking. If you do, do that for leds as well, Pavel will be glad.