Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp2107400pxa; Fri, 7 Aug 2020 03:23:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxNIYtnBpjS7sEHxa72xnEmcFP4+1EY1B3bkGbKm1+qd2bbcbWbjIqhfgSsJlnqvC6aJ6TP X-Received: by 2002:a50:d908:: with SMTP id t8mr7867783edj.373.1596795798881; Fri, 07 Aug 2020 03:23:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596795798; cv=none; d=google.com; s=arc-20160816; b=l+sncFIUk+IxHCQxpj/9f8ClZ9Wjl+bzwHGpgnh3QFnyEhltgCcrlGzR/n0FckIrEA dRNKlLxrFdmvTPGrsDAvSRazagbJajDzpE3X+5V+JLydwvdamX3U7q1Nnd0r0op7uarT goMfZuPbLzo3yWKBgWSNTAKlc5q4vpasFMD/L/YpiEW4EmZKpJy0fum4ITrGIVDrEeYC 86kHz/Jw70ViMSCPkQkv+FKLIlNc/0Q2h4E1msz/ubi+hRfKQQsw4reLHDd2NLM5AaAh /OYDkHA0vLB5BwB4tClQLJBcaZTWqwswXGpPftXhxONgwK2S/lq1wOihyqRdfLQc5rvy 0MwQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=+eUV5+QmOy074YYdLHbcYnzubgZY0N7W3yt39u6WH2g=; b=GWp5YO723Q8xCyH0pZcYcJZ7SiJJthv97uBWphnnnuIYCjtib533vCSisQOkPf7MNH 0ybXshF8uU7FLEbS1AKk521wfzVDGsoSDJQbXCN+LNgXXTmpN6u3eEKhAeH7iRCjFBgD JpWr5T8iGyK9jgFNsC2JmXkeVn740lPsJ98936JDkiE80KuwNwpF7GA8O1YTy7iB/4R2 Jo/HsZ7W/GR74uekqBgYwCaK9kc3v9eTTzso8OGuZzELtyW9QcxSnCCbrZMJJWqhYiR7 ZfisHxrlEnr42t3jFzIZRC4RYOX7QXixN5aDSlba2SwZlbqIDGldVWmuzRhjaMnhD9yC 2mDg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id lv10si5584487ejb.522.2020.08.07.03.22.56; Fri, 07 Aug 2020 03:23:18 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727081AbgHGKUI (ORCPT + 99 others); Fri, 7 Aug 2020 06:20:08 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:9252 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726511AbgHGKUI (ORCPT ); Fri, 7 Aug 2020 06:20:08 -0400 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 4114BBCFA8119EC0047F; Fri, 7 Aug 2020 18:20:04 +0800 (CST) Received: from linux_supse12sp4_workstation.huawei.com (10.67.189.177) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.487.0; Fri, 7 Aug 2020 18:19:56 +0800 From: chenzefeng To: , , , , , , , CC: , , Subject: [PATCH] powerpc:entry_32: correct the path and function name in the comment Date: Fri, 7 Aug 2020 18:19:56 +0800 Message-ID: <20200807101956.67454-1-chenzefeng2@huawei.com> X-Mailer: git-send-email 2.12.3 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.189.177] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update the comment for file's directory and function name changed. Fixes: facd04a904ff ("powerpc: convert to copy_thread_tls") Fixes: 14cf11af6cf6 ("powerpc: Merge enough to start building in arch/powerpc.") Signed-off-by: chenzefeng --- arch/powerpc/kernel/entry_32.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/kernel/entry_32.S b/arch/powerpc/kernel/entry_32.S index 8420abd4ea1c..9937593d3a33 100644 --- a/arch/powerpc/kernel/entry_32.S +++ b/arch/powerpc/kernel/entry_32.S @@ -696,8 +696,8 @@ handle_dabr_fault: * to the "_switch" path. If you change this , you'll have to * change the fork code also. * - * The code which creates the new task context is in 'copy_thread' - * in arch/ppc/kernel/process.c + * The code which creates the new task context is in 'copy_thread_tls' + * in arch/powerpc/kernel/process.c */ _GLOBAL(_switch) stwu r1,-INT_FRAME_SIZE(r1) -- 2.12.3