From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932603AbdELJHT (ORCPT ); Fri, 12 May 2017 05:07:19 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:50688 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932389AbdELJHR (ORCPT ); Fri, 12 May 2017 05:07:17 -0400 Date: Fri, 12 May 2017 11:07:07 +0200 From: Greg KH To: Riccardo Marotti Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] Staging: rtl8192u: ieee80211: ieee80211_module.c: fix style issue Message-ID: <20170512090707.GB26599@kroah.com> References: <20170507090107.10023-1-riccardo.marotti@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170507090107.10023-1-riccardo.marotti@gmail.com> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 07, 2017 at 11:01:07AM +0200, Riccardo Marotti wrote: > Fixed a brace coding style issue, found via checkpatch. > > Signed-off-by: Riccardo Marotti > --- > drivers/staging/rtl8192u/ieee80211/ieee80211_module.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) What changed from v1? Always put that info below the --- line. Please fix and resend v3. thanks, greg k-h