From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932359AbbIXGLO (ORCPT ); Thu, 24 Sep 2015 02:11:14 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:34551 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751501AbbIXGLN (ORCPT ); Thu, 24 Sep 2015 02:11:13 -0400 Date: Thu, 24 Sep 2015 11:41:06 +0530 From: Sudip Mukherjee To: Punit Vara Cc: Larry.Finger@lwfinger.net, devel@driverdev.osuosl.org, florian.c.schilhabel@googlemail.com, linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org Subject: Re: [PATCH] Staging: rtl8712: rtl871x_sta_mgt.c: Coding style warning fix for block comment Message-ID: <20150924061106.GB19202@sudip-pc> References: <1443042506-7156-1-git-send-email-punitvara@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443042506-7156-1-git-send-email-punitvara@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 Thu, Sep 24, 2015 at 02:38:26AM +0530, Punit Vara wrote: > This is a patch to the rtl871x_sta_mgt.c file that fixes up following > warning reported by checkpatch.pl: > > -Block comments use a trailing */ on a separate line > > Signed-off-by: Punit Vara > --- When you are sending multiple patches for one driver please send them in a series because the maintainer will have no idea in which order to apply and all your patches might get discarded. regards sudip