From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1434461AbdDZIaZ (ORCPT ); Wed, 26 Apr 2017 04:30:25 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34878 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1434119AbdDZI2o (ORCPT ); Wed, 26 Apr 2017 04:28:44 -0400 Date: Wed, 26 Apr 2017 10:28:35 +0200 From: Greg Kroah-Hartman To: Ilia Sergachev Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] Staging: ks7010: style fix Message-ID: <20170426082835.GA13175@kroah.com> References: <20170425205925.20439-1-ilia.sergachev@unibas.ch> <20170426081814.13574-1-ilia.sergachev@unibas.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170426081814.13574-1-ilia.sergachev@unibas.ch> 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 Wed, Apr 26, 2017 at 10:18:14AM +0200, Ilia Sergachev wrote: > Fix the style of block comments. > Move trailing */ to a separate line. > Checkpatch was showing: > WARNING: Block comments use a trailing */ on a separate line. > > Signed-off-by: Ilia Sergachev > --- > drivers/staging/ks7010/ks_wlan_net.c | 43 ++++++++++++++++++++++-------------- > 1 file changed, 27 insertions(+), 16 deletions(-) What changed from v1? That needs to go here below the --- line. thanks, greg k-h