From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965351AbbJ0Tl2 (ORCPT ); Tue, 27 Oct 2015 15:41:28 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59973 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965115AbbJ0Tl1 (ORCPT ); Tue, 27 Oct 2015 15:41:27 -0400 Date: Wed, 28 Oct 2015 04:41:24 +0900 From: Greg KH To: Albino B Neto Cc: Bogicevic Sasa , LKML Subject: Re: [PATCH 2/2] drivers:staging:wlan_ng Fix no space is necessary after a cast Message-ID: <20151027194124.GB1537@kroah.com> References: <1445945068-11658-1-git-send-email-brutallesale@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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?