From: Jonathan Corbet Date: Mon, 17 Jul 2017 20:04:50 +0000 (-0600) Subject: docs: Do not include kerneldoc comments from kernel/sys.c X-Git-Tag: v4.14-rc1~176^2~26^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b18b12ae608ae2a108e5872bef9ab8122e01904d;p=platform%2Fkernel%2Flinux-exynos.git docs: Do not include kerneldoc comments from kernel/sys.c ...because there are none there, and I cannot figure out what would ever have been of interest there. This eliminates this warning: ./kernel/sys.c:1: warning: no structured comments found from the build. Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/driver-api/basics.rst b/Documentation/driver-api/basics.rst index cbfb5a8..73fa7d4 100644 --- a/Documentation/driver-api/basics.rst +++ b/Documentation/driver-api/basics.rst @@ -103,9 +103,6 @@ Kernel utility functions .. kernel-doc:: kernel/panic.c :export: -.. kernel-doc:: kernel/sys.c - :export: - .. kernel-doc:: kernel/rcu/tree.c :export: