Re: [PATCH] mm/gup.c: Updating the documentation
From: Jonathan Corbet
Date: Tue Apr 28 2020 - 09:47:49 EST
On Mon, 27 Apr 2020 12:26:06 -0700
Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:
> On Tue, 28 Apr 2020 00:23:50 +0530 Souptick Joarder <jrdr.linux@xxxxxxxxx> wrote:
>
> > This patch is an attempt to update the documentation.
> >
> > * Adding / removing extra * based on type of function
> > static / global.
>
> I don't think so, unless this is a new kerneldoc convention?
Nope, no new convention here. If it's a kerneldoc comment, it should be
marked as such. The kerneldoc utility can sort them out later.
jon