From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934418AbcI0MSw (ORCPT ); Tue, 27 Sep 2016 08:18:52 -0400 Received: from smtprelay2.synopsys.com ([198.182.60.111]:39217 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934062AbcI0MSq (ORCPT ); Tue, 27 Sep 2016 08:18:46 -0400 Subject: Re: [PATCH] Staging: dgnc: Align the * on a block comment To: Greg KH References: <20160927111354.GA6540@kroah.com> CC: Ramiro Oliveira , , , , , From: Ramiro Oliveira Message-ID: Date: Tue, 27 Sep 2016 13:18:32 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160927111354.GA6540@kroah.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.107.25.125] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/27/2016 12:13 PM, Greg KH wrote: > On Mon, Sep 26, 2016 at 06:39:15PM +0100, Ramiro Oliveira wrote: >> This patch corrects a misalligned * in a block comment warning found by >> checkpatch.pl >> >> Signed-off-by: Ramiro Oliveira >> --- >> drivers/staging/dgnc/dgnc_cls.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > Does not apply to my tree, are you sure you are working against > linux-next? > > thanks, > > greg k-h Sorry, I was just looking at the day of the linux-next commit and missed the month. Nevermind this patch. BRs, Ramiro