From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755301AbcBEP6v (ORCPT ); Fri, 5 Feb 2016 10:58:51 -0500 Received: from unicorn.mansr.com ([81.2.72.234]:53712 "EHLO unicorn.mansr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755271AbcBEP6u convert rfc822-to-8bit (ORCPT ); Fri, 5 Feb 2016 10:58:50 -0500 From: =?iso-8859-1?Q?M=E5ns_Rullg=E5rd?= To: Andy Shevchenko Cc: Sebastian Frias , "David S. Miller" , netdev , LKML , mason Subject: Re: [PATCH] net: ethernet: support "fixed-link" DT node on nb8800 driver References: <56B4A445.7080402@laposte.net> Date: Fri, 05 Feb 2016 15:58:42 +0000 In-Reply-To: (Andy Shevchenko's message of "Fri, 5 Feb 2016 17:57:56 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andy Shevchenko writes: > On Fri, Feb 5, 2016 at 3:39 PM, Måns Rullgård wrote: >>> + if (ret < 0) { >>> + dev_err(&pdev->dev, "broken fixed-link specification\n"); >> >> Line is longer than 80 chars. > > This is actually okay, though I would recommend to move long string > literal to the next line. I only mentioned it because fixing it was trivial. -- Måns Rullgård