Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753801AbdHQR7T (ORCPT ); Thu, 17 Aug 2017 13:59:19 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58446 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753283AbdHQR7S (ORCPT ); Thu, 17 Aug 2017 13:59:18 -0400 Date: Thu, 17 Aug 2017 10:59:19 -0700 From: Greg KH To: Ashish Kalra Cc: insafonov@gmail.com, scott@matheina.com, anchalj109@gmail.com, juliana.orod@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1] staging:rtl8188eu:core Add spaces around &,+,- Message-ID: <20170817175919.GC5980@kroah.com> References: <1501634257-4113-1-git-send-email-eashishkalra@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1501634257-4113-1-git-send-email-eashishkalra@gmail.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 290 Lines: 10 On Wed, Aug 02, 2017 at 01:37:37AM +0100, Ashish Kalra wrote: > This Patch is to solve coding style issues, Major changes to > add Space around &,+,-. Major pending is to fix CamelCase Please only do one type of thing per patch. And "fix all issues" is not one thing. thanks, greg k-h