From a60721b9211aa54a2e5ab4e06cfa3d2b9492eb34 Mon Sep 17 00:00:00 2001 From: Caspar Zhang Date: Sat, 22 Feb 2020 21:41:41 +0800 Subject: [PATCH 0764/2944] alinux: doc: use unified official project name Cloud Kernel Cloud Kernel is the official name of our project, this patch unitizes the project names used in docs and comments. Signed-off-by: Caspar Zhang Acked-by: Joseph Qi --- Documentation/alibaba/interfaces.rst | 8 ++++---- mm/vmscan.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/alibaba/interfaces.rst b/Documentation/alibaba/interfaces.rst index 4cd82a2..67ef70c 100644 --- a/Documentation/alibaba/interfaces.rst +++ b/Documentation/alibaba/interfaces.rst @@ -1,10 +1,10 @@ .. SPDX-License-Identifier: GPL-2.0+ -============================= -AliOS Cloud kernel interfaces -============================= +======================= +Cloud Kernel interfaces +======================= -This file collects all the interfaces specific to AliOS Cloud kernel. +This file collects all the interfaces specific to Cloud Kernel. memory.wmark_min_adj ==================== diff --git a/mm/vmscan.c b/mm/vmscan.c index df078b2..da5a52c 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@ -248,7 +248,7 @@ static bool sane_reclaim(struct scan_control *sc) if (!memcg) return true; #ifdef CONFIG_CGROUP_WRITEBACK - /* AliOS Cloud Kernel has cgroup writeback support for v1 */ + /* Cloud Kernel has cgroup writeback support for v1 */ if (cgroup_subsys_on_dfl(memory_cgrp_subsys) || cgwb_v1) return true; -- 1.8.3.1