From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754197AbbISE7L (ORCPT ); Sat, 19 Sep 2015 00:59:11 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45032 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751147AbbISE7J (ORCPT ); Sat, 19 Sep 2015 00:59:09 -0400 Date: Fri, 18 Sep 2015 19:41:17 -0700 From: Greg KH To: Punit Vara Cc: abbotti@mev.co.uk, devel@driverdev.osuosl.org, colinpatrickcronin@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] Staging: comedi: Fixed coding style issues in comedi.h Message-ID: <20150919024117.GB21258@kroah.com> References: <1442579179-5823-1-git-send-email-punitvara@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442579179-5823-1-git-send-email-punitvara@gmail.com> 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 Fri, Sep 18, 2015 at 05:56:19PM +0530, Punit Vara wrote: > This patch is to the comedi.h file that fixes up following type > of 42 warning in the file: > > -Blocking comments use a trailing */ on a separate line > -Block comments use * on subsequent lines Why all of the trailing whitespace in your changelog comment? Why indent it?