From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753717AbbIGGV2 (ORCPT ); Mon, 7 Sep 2015 02:21:28 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:35055 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750926AbbIGGV0 (ORCPT ); Mon, 7 Sep 2015 02:21:26 -0400 Date: Mon, 7 Sep 2015 11:51:19 +0530 From: Sudip Mukherjee To: Mike Dupuis Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 12/15] Staging: rt8192u: add spaces around assignment operators in ieee80211_softmac_wx.c Message-ID: <20150907062119.GC10089@sudip-pc> References: <1441481354-17159-1-git-send-email-mike.dupuis.0@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1441481354-17159-1-git-send-email-mike.dupuis.0@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 On Sat, Sep 05, 2015 at 07:29:14PM +0000, Mike Dupuis wrote: > This is a patch to add spaces around assignment operators as identifed by checkpatch.pl > > Signed-off-by: Mike Dupuis > --- same problem as in 10/15 regards sudip