Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751809AbdIKNPN (ORCPT ); Mon, 11 Sep 2017 09:15:13 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:58687 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751224AbdIKNPM (ORCPT ); Mon, 11 Sep 2017 09:15:12 -0400 X-IronPort-AV: E=Sophos;i="5.42,377,1500933600"; d="scan'208";a="237053036" Date: Mon, 11 Sep 2017 15:14:40 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Srishti Sharma cc: gregkh@linuxfoundation.org, florian.c.schilhabel@googlemail.com, Larry.Finger@lwfinger.net, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com Subject: Re: [Outreachy kernel] [PATCH] Staging: rtl8712: Remove multiple blank lines In-Reply-To: <1505135358-4408-1-git-send-email-srishtishar@gmail.com> Message-ID: References: <1505135358-4408-1-git-send-email-srishtishar@gmail.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1180 Lines: 36 On Mon, 11 Sep 2017, Srishti Sharma wrote: > Remove extra blank line. > > Signed-off-by: Srishti Sharma Acked-by: Julia Lawall > --- > drivers/staging/rtl8712/rtl8712_event.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/staging/rtl8712/rtl8712_event.h b/drivers/staging/rtl8712/rtl8712_event.h > index b383740..cad7085 100644 > --- a/drivers/staging/rtl8712/rtl8712_event.h > +++ b/drivers/staging/rtl8712/rtl8712_event.h > @@ -60,7 +60,6 @@ enum rtl8712_c2h_event { > MAX_C2HEVT > }; > > - > #ifdef _RTL8712_CMD_C_ > > static struct fwevent wlanevents[] = { > -- > 2.7.4 > > -- > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group. > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com. > To post to this group, send email to outreachy-kernel@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/1505135358-4408-1-git-send-email-srishtishar%40gmail.com. > For more options, visit https://groups.google.com/d/optout. >