From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759295AbZEALs1 (ORCPT ); Fri, 1 May 2009 07:48:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755370AbZEALsT (ORCPT ); Fri, 1 May 2009 07:48:19 -0400 Received: from pfepb.post.tele.dk ([195.41.46.236]:42795 "EHLO pfepb.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755286AbZEALsS (ORCPT ); Fri, 1 May 2009 07:48:18 -0400 Date: Fri, 1 May 2009 13:50:28 +0200 From: Sam Ravnborg To: Randy Dunlap Cc: lkml , akpm Subject: Re: [PATCH] kernel-doc: restrict syntax for private: and public: Message-ID: <20090501115028.GD22023@uranus.ravnborg.org> References: <20090428151757.0547392d.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090428151757.0547392d.randy.dunlap@oracle.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 28, 2009 at 03:17:57PM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > scripts/kernel-doc can (incorrectly) delete struct members that > are surrounded by /* ... */ /* ... */ > if there is a /* private: */ comment in there somewhere also. > > Fix that by making the "/* private:" only allow whitespace > between /* and "private:", not anything/everything in the world. > > This fixes some erroneous kernel-doc warnings that popped up > while processing include/linux/usb/composite.h. Applied to kbuild-next. Sam