Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751900AbcJIPne (ORCPT ); Sun, 9 Oct 2016 11:43:34 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:33334 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751593AbcJIPnd (ORCPT ); Sun, 9 Oct 2016 11:43:33 -0400 Subject: Re: [PATCH 14/15] staging: wlan-ng: fix line style warnings in prism2sta.c To: Greg KH References: <20161009143102.GA4231@kroah.com> <1476025832-15174-1-git-send-email-sergio.paracuellos@gmail.com> <1476025832-15174-15-git-send-email-sergio.paracuellos@gmail.com> <20161009152329.GA11454@kroah.com> Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org From: Sergio Paracuellos Message-ID: <57FA6590.30504@gmail.com> Date: Sun, 9 Oct 2016 17:43:12 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20161009152329.GA11454@kroah.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 539 Lines: 14 This warnings seems to be fixed in the new tree, so I don't resend anything. El 2016年10月09日 a las 17:23, Greg KH escribió: > On Sun, Oct 09, 2016 at 05:10:31PM +0200, Sergio Paracuellos wrote: >> This patch fix the following checkpatch.pl warnings in prism2sta.c: >> WARNING: line over 80 characters >> >> Signed-off-by: Sergio Paracuellos >> --- >> drivers/staging/wlan-ng/prism2sta.c | 9 ++++++--- >> 1 file changed, 6 insertions(+), 3 deletions(-) > > This patch doesn't apply to my tree :( >