From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Luis R. Rodriguez" Subject: Re: [PATCH 1/3] fs: move documentation for thaw_super() where appropriate Date: Sat, 21 Apr 2018 02:07:19 +0200 Message-ID: <20180421000719.GH14440@wotan.suse.de> References: <20180420235904.27496-1-mcgrof@kernel.org> <20180420235904.27496-2-mcgrof@kernel.org> <0e6973564f4b2c503f343f63ca1209687f53b312.camel@wdc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <0e6973564f4b2c503f343f63ca1209687f53b312.camel@wdc.com> Sender: linux-kernel-owner@vger.kernel.org To: Bart Van Assche , Randy Dunlap Cc: "viro@zeniv.linux.org.uk" , "mcgrof@kernel.org" , "linux-fsdevel@vger.kernel.org" , "mguzik@redhat.com" , "jack@suse.cz" , "linux-block@vger.kernel.org" , "linux-pm@vger.kernel.org" , "rjw@rjwysocki.net" , "ming.lei@redhat.com" , "linux-kernel@vger.kernel.org" List-Id: linux-pm@vger.kernel.org On Sat, Apr 21, 2018 at 12:01:31AM +0000, Bart Van Assche wrote: > On Fri, 2018-04-20 at 16:59 -0700, Luis R. Rodriguez wrote: > > +/** > > + * thaw_super -- unlock filesystem > > + * @sb: the super to thaw > > + * > > + * Unlocks the filesystem and marks it writeable again after freeze_super(). > > + */ > > Have you verified the output generated by scripts/kernel-doc? Last > time I checked the output for headers containing a double dash looked > weird. No, I just moved the block of kdoc crap. Randy would have this memorized I'm sure though so I should just fix the kdoc if its bad while at it. Luis