dyndbg: drop obsolete comment on ddebug_proc_open
authorJim Cromie <jim.cromie@gmail.com>
Sun, 19 Jul 2020 23:10:43 +0000 (17:10 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Jul 2020 15:00:08 +0000 (17:00 +0200)
commit1ff838487d6fcd013f2bde44c8e486f9d6758271
treed1d633e79ee544190d2c8086bf414115e313b9af
parentfa0805207066ce3bdc414fb14fda95a3b7ba87bb
dyndbg: drop obsolete comment on ddebug_proc_open

commit 4bad78c55002 ("lib/dynamic_debug.c: use seq_open_private() instead of seq_open()")'

The commit was one of a tree-wide set which replaced open-coded
boilerplate with a single tail-call.  It therefore obsoleted the
comment about that boilerplate, clean that up now.

Acked-by: <jbaron@akamai.com>
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Link: https://lore.kernel.org/r/20200719231058.1586423-4-jim.cromie@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/dynamic_debug.c