From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752647Ab1KYEfw (ORCPT ); Thu, 24 Nov 2011 23:35:52 -0500 Received: from oproxy7-pub.bluehost.com ([67.222.55.9]:48114 "HELO oproxy7-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1750862Ab1KYEfw (ORCPT ); Thu, 24 Nov 2011 23:35:52 -0500 Message-ID: <4ECF1A89.2070600@xenotime.net> Date: Thu, 24 Nov 2011 20:33:13 -0800 From: Randy Dunlap Organization: YPO4 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110323 Thunderbird/3.1.9 MIME-Version: 1.0 To: Rahul Bedarkar CC: Alexey Dobriyan , linux-kernel@vger.kernel.org Subject: Re: [path] adding header info in raw.h References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Identified-User: {1807:box742.bluehost.com:xenotime:xenotime.net} {sentby:smtp auth 50.53.38.135 authed with rdunlap@xenotime.net} Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/24/2011 08:28 PM, Rahul Bedarkar wrote: > On Thu, Nov 24, 2011 at 9:44 PM, Alexey Dobriyan wrote: >> On Thu, Nov 24, 2011 at 1:09 PM, Rahul Bedarkar wrote: >>> --- a/include/linux/raw.h >>> +++ b/include/linux/raw.h >>> @@ -1,3 +1,9 @@ >>> +/* >>> +* include/linux/raw.h >>> +* >>> +* include file for raw block device drivers >>> +*/ >> >> Quite a useless comment. >> Filename inside file especially. >> > I have seen File name inside file rbtree.h, it is 19th line in my repo. It's still useless (and sometimes incorrect in files that have it). -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***