lib/stackdepot: move documentation comments to stackdepot.h
authorAndrey Konovalov <andreyknvl@google.com>
Fri, 10 Feb 2023 21:16:06 +0000 (22:16 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 17 Feb 2023 04:43:52 +0000 (20:43 -0800)
commit0621d160f1003a8aedd3628133568ecffdd724f7
tree47d994f69d87c320696b2fd8a8ec0e435df7abad
parentb232b9995a6dbaafe19d07d81acc039bc84bd569
lib/stackdepot: move documentation comments to stackdepot.h

Move all interface- and usage-related documentation comments to
include/linux/stackdepot.h.

It makes sense to have them in the header where they are available to
the interface users.

[akpm@linux-foundation.org: grammar fix, per Alexander]
Link: https://lkml.kernel.org/r/fbfee41495b306dd8881f9b1c1b80999c885e82f.1676063693.git.andreyknvl@google.com
Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Reviewed-by: Alexander Potapenko <glider@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/stackdepot.h
lib/stackdepot.c