Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758609AbcJYI4H (ORCPT ); Tue, 25 Oct 2016 04:56:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41016 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755823AbcJYI4F (ORCPT ); Tue, 25 Oct 2016 04:56:05 -0400 Date: Tue, 25 Oct 2016 10:56:12 +0200 From: Greg KH To: Nadim Almas Cc: lidza.louina@gmail.com, markh@compro.net, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging:board:board: fix Block comments should align the * on each line Message-ID: <20161025085612.GA25217@kroah.com> References: <20161024154804.GA20143@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161024154804.GA20143@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 Content-Length: 354 Lines: 10 On Mon, Oct 24, 2016 at 09:18:04PM +0530, Nadim Almas wrote: > Block comments should align the * on each line as reported by checkpatch.pl > > Signed-off-by: Nadim Almas > --- > > drivers/staging/dgnc/dgnc_tty.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Your subject: does not reflect what file you changed :(