From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932103AbbJLXyX (ORCPT ); Mon, 12 Oct 2015 19:54:23 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35435 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752741AbbJLXyW (ORCPT ); Mon, 12 Oct 2015 19:54:22 -0400 Date: Mon, 12 Oct 2015 16:46:06 -0700 From: Greg KH To: Sanne Wouda Cc: oleg.drokin@intel.com, andreas.dilger@intel.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: lustre: kernel style neating (block comments) Message-ID: <20151012234606.GA16427@kroah.com> References: <20151012194533.GA13979@cthulu.gruttepier.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151012194533.GA13979@cthulu.gruttepier.net> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 12, 2015 at 09:45:33PM +0200, Sanne Wouda wrote: > > Fix lustre/ptlrpc/client.c block comments following the Coding Style > preferred format for multi-line and single-line comments. > > /* > * This is the preferred style for multi-line > * comments in the Linux kernel source code. > * Please use it consistently. > * > * Description: A column of asterisks on the left side, > * with beginning and ending almost-blank lines. > */ > > Signed-off-by: Sanne Wouda > > --- > > Patch applies to linux-next/next-20151009. This doesn't apply to my tree anymore, can you please redo it against the staging-testing branch of my staging.git tree on git.kernel.org and resend it? thanks, greg k-h