From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753746AbbJ0W1H (ORCPT ); Tue, 27 Oct 2015 18:27:07 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:35972 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752429AbbJ0W1F (ORCPT ); Tue, 27 Oct 2015 18:27:05 -0400 Date: Tue, 27 Oct 2015 23:26:48 +0100 From: Bogicevic Sasa To: Greg KH Cc: Albino B Neto , LKML Subject: Re: [PATCH 2/2] drivers:staging:wlan_ng Fix no space is necessary after a cast Message-ID: <20151027222648.GA4212@gmail.com> References: <1445945068-11658-1-git-send-email-brutallesale@gmail.com> <20151027194124.GB1537@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20151027194124.GB1537@kroah.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It should be fine, I meant in a sence nothing is accepted from me yet On 10/28, Greg KH wrote: >On Tue, Oct 27, 2015 at 09:35:35AM -0200, Albino B Neto wrote: >> 2015-10-27 9:24 GMT-02:00 Bogicevic Sasa : >> > This fixes "No space is necessary after a cast" messages from >> > checkpatch.pl >> > >> > Signed-off-by: Bogicevic Sasa >> >> Tips for read: https://www.kernel.org/doc/Documentation/CodingStyle > >What does that mean? What is wrong with this patch?