Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752145AbbHRFSH (ORCPT ); Tue, 18 Aug 2015 01:18:07 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:34819 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751847AbbHRFSF (ORCPT ); Tue, 18 Aug 2015 01:18:05 -0400 Date: Tue, 18 Aug 2015 10:47:58 +0530 From: Sudip Mukherjee To: =?iso-8859-1?Q?Rapha=EBl?= Beamonte Cc: Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Greg Donald , Cristina Opriceana Subject: Re: [PATCH 06/20] staging: rtl8192u: r8192U_core: fix missing struct leading to consistent spacing code style error Message-ID: <20150818051758.GC2941@sudip-pc> References: <8ff5e24bf852a5ad412c1df192350c650767b1e9.1439688440.git.raphael.beamonte@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8ff5e24bf852a5ad412c1df192350c650767b1e9.1439688440.git.raphael.beamonte@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 632 Lines: 14 On Sat, Aug 15, 2015 at 09:34:02PM -0400, Rapha?l Beamonte wrote: > A missing struct keyword in variable declaration triggered a > need consistent spacing around '*' code style error. struct rtl8192_rx_info is typedef as rtl8192_rx_info. This same file is having few more use of rtl8192_rx_info without struct. maybe you can change all of them and get rid of the typedef. regards sudip -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/