Re: [PATCH] Documentation: debugfs: Document debugfs helper for unsigned long values

From: Greg Kroah-Hartman
Date: Sun Nov 03 2019 - 12:12:32 EST


On Mon, Oct 21, 2019 at 05:06:45PM +0200, Geert Uytterhoeven wrote:
> When debugfs_create_ulong() was added, it was not documented.
>
> Fixes: c23fe83138ed7b11 ("debugfs: Add debugfs_create_ulong()")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
> ---
> Documentation/filesystems/debugfs.txt | 10 ++++++++--
> 1 file changed, 8 insertions(+), 2 deletions(-)

Jon, I had to take this in my tree too as Geert sent a follow-on patch
that requires this. Hopefully linux-next will not have many merge
issues with it.

thanks,

greg k-h