Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp951606pxb; Thu, 12 Nov 2020 23:28:38 -0800 (PST) X-Google-Smtp-Source: ABdhPJyyeF5TsthYX+/HG2ugI5g8v7+LFuaJ59+AGIYG0dk5M4aG8Otk4+ApoQiClgyFe/FWP9qN X-Received: by 2002:aa7:dd17:: with SMTP id i23mr1138009edv.276.1605252518296; Thu, 12 Nov 2020 23:28:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605252518; cv=none; d=google.com; s=arc-20160816; b=akdaHaxPjcSyzWzwBTHFjW+wKbK6AqetD5e23FBYInB4nxw425rmGoEwG8T//8g1B/ mvzZkb71clH/mTrI7MzTOTfbpn1Y4ccYMy/Plh3BTFOqAd3bZER0RhhE0T1yI9A2rWSG I4YdRIiMgVEiiHY+XOh0eHsLdMtI1Wh+io5+bWVwk9OUyMzFZhu1yl8YKbuk73FlLBA7 H1IEiL2ntnLYGiI/E3hgxO+FO621oZtJ2R2hcMm06kASsedlIdkQ3WAiMWPTM5WKol8q MwCCq+EjFKgJyqaYqFw5G1gJjNJNIPGo0eoYDFbZTFfpXtupUDOPFs06OXocH/fzKSv9 ScZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=Eqfn1LBok9bNPGrqqreMEk+AHRwyY0pkhaUoYDA6FD0=; b=gSYI5zAmHTTc/8pNRum6cHVtFuMC/OSLicl+qPWa1iT6Rh5l6tZnBcU56Vsds7dfN2 vkvmKMhBFSjxuPeZInCsSA1SydqFUGDWkDiRqvdADdsexnBNXRJZ97wDo3Vw+L20ISkN CMNnf5sid++3vkryG05aEPx2yYV+pNWYpaIdqbVgEmYSPvuHpemKwso4bbrFSAPx6NQ2 GqHgeqVmMITvGh3lWW2Yhp7xGySYT5JsKjb7JLHQzqnwkO84ZxnWT6jbg7f29zprZswR iaR/CURW+agkWyYwtWK63Tmz+1tfkhhi/fwq9u9XxHo6J+BCpxoVF7DhDLhB5KZezaOr dgnQ== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q1si3378238edr.229.2020.11.12.23.28.16; Thu, 12 Nov 2020 23:28:38 -0800 (PST) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726414AbgKMHYt (ORCPT + 99 others); Fri, 13 Nov 2020 02:24:49 -0500 Received: from out30-43.freemail.mail.aliyun.com ([115.124.30.43]:36834 "EHLO out30-43.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726267AbgKMHYm (ORCPT ); Fri, 13 Nov 2020 02:24:42 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R581e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04407;MF=alex.shi@linux.alibaba.com;NM=1;PH=DS;RN=4;SR=0;TI=SMTPD_---0UFAebxt_1605252278; Received: from aliy80.localdomain(mailfrom:alex.shi@linux.alibaba.com fp:SMTPD_---0UFAebxt_1605252278) by smtp.aliyun-inc.com(127.0.0.1); Fri, 13 Nov 2020 15:24:40 +0800 From: Alex Shi To: john.stultz@linaro.org Cc: Thomas Gleixner , Stephen Boyd , linux-kernel@vger.kernel.org Subject: [PATCH 6/6] timekeeping: fix kernel-doc mark issue on read_persistent_clock64 Date: Fri, 13 Nov 2020 15:24:35 +0800 Message-Id: <1605252275-63652-6-git-send-email-alex.shi@linux.alibaba.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1605252275-63652-1-git-send-email-alex.shi@linux.alibaba.com> References: <1605252275-63652-1-git-send-email-alex.shi@linux.alibaba.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix the kernel-doc markup: kernel/time/timekeeping.c:1563: warning: Function parameter or member 'wall_time' not described in 'read_persistent_wall_and_boot_offset' kernel/time/timekeeping.c:1563: warning: Function parameter or member 'boot_offset' not described in 'read_persistent_wall_and_boot_offset' Signed-off-by: Alex Shi Cc: John Stultz Cc: Thomas Gleixner Cc: Stephen Boyd Cc: linux-kernel@vger.kernel.org --- kernel/time/timekeeping.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index 08ab749a76fc..665e820bb883 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c @@ -1556,8 +1556,9 @@ void __weak read_persistent_clock64(struct timespec64 *ts) * from the boot. * * Weak dummy function for arches that do not yet support it. - * wall_time - current time as returned by persistent clock - * boot_offset - offset that is defined as wall_time - boot_time + * @wall_time: - current time as returned by persistent clock + * @boot_offset: - offset that is defined as wall_time - boot_time + * * The default function calculates offset based on the current value of * local_clock(). This way architectures that support sched_clock() but don't * support dedicated boot time clock will provide the best estimate of the -- 2.29.GIT