From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932908AbcKNOvx (ORCPT ); Mon, 14 Nov 2016 09:51:53 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:34088 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932899AbcKNOvv (ORCPT ); Mon, 14 Nov 2016 09:51:51 -0500 Date: Mon, 14 Nov 2016 15:52:01 +0100 From: Greg KH To: Timo Schmid Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: wlang-ng: Fix block comments style warnings in prism2sta.h Message-ID: <20161114145201.GA28827@kroah.com> References: <1478869986-3822-1-git-send-email-timo.schmid@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1478869986-3822-1-git-send-email-timo.schmid@gmail.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 11, 2016 at 02:13:06PM +0100, Timo Schmid wrote: > This patch fixes the following checkpatch.pl warning in prism2sta.h: > WARNING: Block comments should align the * on each line > > No more warnings block comments warnings for this file. > > Signed-off-by: Timo Schmid > --- > drivers/staging/wlan-ng/prism2sta.c | 36 ++++++++++++++++++------------------ > 1 file changed, 18 insertions(+), 18 deletions(-) > This patch doesn't apply at all to my tree, are you sure you made it against linux-next? thanks, greg k-h