From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750859AbbGWECT (ORCPT ); Thu, 23 Jul 2015 00:02:19 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59085 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750698AbbGWECS (ORCPT ); Thu, 23 Jul 2015 00:02:18 -0400 Date: Wed, 22 Jul 2015 21:02:17 -0700 From: Greg KH To: Joseph-Eugene Winzer Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5] drivers: staging: rtl8192u: fixing coding style issues in r8192U_core.c Message-ID: <20150723040217.GA4202@kroah.com> References: <1437141560-22517-1-git-send-email-m999@openmailbox.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1437141560-22517-1-git-send-email-m999@openmailbox.org> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 17, 2015 at 03:59:16PM +0200, Joseph-Eugene Winzer wrote: > Fixing several coding style issues, like > C99 Comment Style > Trailing whitespaces > Inconsistent spacing of operators > Started to reformat comments/expressions for 80 character limit These are multiple things, so they need to be multiple patches, don't do it all in one single patch. Please break this up into much more easy-to-review patches and resend the series. thanks, greg k-h