aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-05-08 17:54:36 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-06-15 17:10:01 -0400
commitec15872daa0ac3f5cbe7cb6f1734c493d74301ac (patch)
tree756607de6ba42e7d6c7179cf7a525a596a79a0b9 /security
parentecf38679349f8f8ad4d67c69246e7f6c33460c95 (diff)
docs: fix broken references with multiple hints
The script: ./scripts/documentation-file-ref-check --fix Gives multiple hints for broken references on some files. Manually use the one that applies for some files. Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Acked-by: James Morris <james.morris@microsoft.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'security')
-rw-r--r--security/device_cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/device_cgroup.c b/security/device_cgroup.c
index c65b39bafdfe..cd97929fac66 100644
--- a/security/device_cgroup.c
+++ b/security/device_cgroup.c
@@ -509,7 +509,7 @@ static inline int may_allow_all(struct dev_cgroup *parent)
509 * This is one of the three key functions for hierarchy implementation. 509 * This is one of the three key functions for hierarchy implementation.
510 * This function is responsible for re-evaluating all the cgroup's active 510 * This function is responsible for re-evaluating all the cgroup's active
511 * exceptions due to a parent's exception change. 511 * exceptions due to a parent's exception change.
512 * Refer to Documentation/cgroups/devices.txt for more details. 512 * Refer to Documentation/cgroup-v1/devices.txt for more details.
513 */ 513 */
514static void revalidate_active_exceptions(struct dev_cgroup *devcg) 514static void revalidate_active_exceptions(struct dev_cgroup *devcg)
515{ 515{