From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933562AbdBPSfW (ORCPT ); Thu, 16 Feb 2017 13:35:22 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:58752 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932694AbdBPSfV (ORCPT ); Thu, 16 Feb 2017 13:35:21 -0500 Date: Thu, 16 Feb 2017 10:35:19 -0800 From: Greg KH To: simran singhal Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 8/9] staging: rtl8192u: Fixing style issues in r8180_93cx6.h Message-ID: <20170216183519.GB5486@kroah.com> References: <20170214201549.GA5620@singhal-Inspiron-5558> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170214201549.GA5620@singhal-Inspiron-5558> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 15, 2017 at 01:45:49AM +0530, simran singhal wrote: > Fixing the following checkpatch.pl errors and warning: > WARNING: Block comments use * on subsequent lines > > CHECK: Please don't use multiple blank lines Don't do different things in the same patch :(