From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5C6CCC0650F for ; Thu, 8 Aug 2019 10:55:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2E1A321874 for ; Thu, 8 Aug 2019 10:55:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=zytor.com header.i=@zytor.com header.b="FcmSYF/I" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732043AbfHHKzR (ORCPT ); Thu, 8 Aug 2019 06:55:17 -0400 Received: from terminus.zytor.com ([198.137.202.136]:41455 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726721AbfHHKzQ (ORCPT ); Thu, 8 Aug 2019 06:55:16 -0400 Received: from terminus.zytor.com (localhost [127.0.0.1]) by terminus.zytor.com (8.15.2/8.15.2) with ESMTPS id x78At1Rg3127278 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 8 Aug 2019 03:55:01 -0700 DKIM-Filter: OpenDKIM Filter v2.11.0 terminus.zytor.com x78At1Rg3127278 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zytor.com; s=2019071901; t=1565261702; bh=OihPpjJBcLQtJVDsWd7mWmGuo4B9da2JbRFgAdhG0vY=; h=Date:From:Cc:Reply-To:In-Reply-To:References:To:Subject:From; b=FcmSYF/IeA5YZBeHtqrZynIMyWWw27wm+8iEKa8OKTLM3naWBXQSRtynWeKERL9sM hQjV665AXMZtdWqS5K404MEUeFGz5DmXQvb6pofG4XOda6thZXsNpJo/WERvvlyPvP n5ZpoqSCp/WImC9BUP6RcRJHwb9TOQc4khc1k8mhfVKm1HnllJjCWnbRd5zhzpyg5D 5UMRaP1E3kQReui7yMfkClt4qpROvNoJYGUdB7TgD7/muPmmUNfAKw10Ws8IlEuDSh WnPu3AuwxBclF8w2bVPhyqRu1jd9N7QMNjfY8NLSrLEflRdgMU2OcypmZWQvQlHohk xAUo9j5++4qbw== Received: (from tipbot@localhost) by terminus.zytor.com (8.15.2/8.15.2/Submit) id x78At1YR3127263; Thu, 8 Aug 2019 03:55:01 -0700 Date: Thu, 8 Aug 2019 03:55:01 -0700 X-Authentication-Warning: terminus.zytor.com: tipbot set sender to tipbot@zytor.com using -f From: tip-bot for Peter Zijlstra Message-ID: Cc: tglx@linutronix.de, mingo@kernel.org, hpa@zytor.com, valentin.schneider@arm.com, naravamudan@digitalocean.com, aaron.lwe@gmail.com, linux-kernel@vger.kernel.org, pauld@redhat.com, peterz@infradead.org, jdesfossez@digitalocean.com Reply-To: peterz@infradead.org, jdesfossez@digitalocean.com, hpa@zytor.com, mingo@kernel.org, tglx@linutronix.de, pauld@redhat.com, aaron.lwe@gmail.com, linux-kernel@vger.kernel.org, naravamudan@digitalocean.com, valentin.schneider@arm.com In-Reply-To: References: To: linux-tip-commits@vger.kernel.org Subject: [tip:sched/core] sched: Fix kerneldoc comment for ia64_set_curr_task Git-Commit-ID: 5feeb7837a448f659e0aaa19fb446b1d9a4b323a X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 5feeb7837a448f659e0aaa19fb446b1d9a4b323a Gitweb: https://git.kernel.org/tip/5feeb7837a448f659e0aaa19fb446b1d9a4b323a Author: Peter Zijlstra AuthorDate: Wed, 29 May 2019 20:36:38 +0000 Committer: Peter Zijlstra CommitDate: Thu, 8 Aug 2019 09:09:30 +0200 sched: Fix kerneldoc comment for ia64_set_curr_task Signed-off-by: Peter Zijlstra (Intel) Cc: Aaron Lu Cc: Valentin Schneider Cc: mingo@kernel.org Cc: Phil Auld Cc: Julien Desfossez Cc: Nishanth Aravamudan Link: https://lkml.kernel.org/r/fde3a65ea3091ec6b84dac3c19639f85f452c5d1.1559129225.git.vpillai@digitalocean.com --- kernel/sched/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/core.c b/kernel/sched/core.c index b4a44bc84749..9a821ff68502 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -6772,7 +6772,7 @@ struct task_struct *curr_task(int cpu) #ifdef CONFIG_IA64 /** - * set_curr_task - set the current task for a given CPU. + * ia64_set_curr_task - set the current task for a given CPU. * @cpu: the processor in question. * @p: the task pointer to set. *