From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6997222FDF1 for ; Wed, 15 Jan 2025 09:59:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736935200; cv=none; b=MY97fbpNKgVhTRE10Y8sZLBcYigSlBAN7Tepgm0EnA61GZrZMXz6VIbDotphTXG5oUloxn6i8MUjYQBHIN5wO2uFVzKdsSj0lR5itgkJFpdZ9A/Wt93Sx94uiyU3bevMaJXX/ynyEP/K6PbnG1IixJ5/1JIQJLopTGfyfMp1i30= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736935200; c=relaxed/simple; bh=Mnh7xAPIgj5Yg6EyhVr3BEMBSKyuCNQ8EZI/j6cSWpg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=JoTvWNoxi/d0dAcRd6f+3QrktEEP1mzr04uQ6ZczT5hjdUwzY0+MMhsKloktfM0QivFSuiJOGv7zyZSJC8Q41RFq9qRQ/+Rgb/vf873RPe6BI2CyHRT/phDQaLmysRNFJIFPpMxLiQA8MpO/B+qYa06OD+X5irk3VOLuhzUujKw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=CAoa2V5Y; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=mSikgc3B; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="CAoa2V5Y"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="mSikgc3B" From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1736935197; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=O+v1RiB5TBYzojCuPeDIMOwSgWnHB4WkV3W9+4DrT0A=; b=CAoa2V5Y7WZcibq12rLNJyyJTVZCiP8h23x6eD1o3XtQAGYla43tb6lkl6SA7TNvcEeOhN lWNDvjFDaVJH7RED9UX7lTSQK239udaVbCtoRAMD+sFIxWNnkoacKV0SsFw16Ac9I9pbkp YrSDh4BdJXfOle4Oo2gsazhAUmGP+mKFp1A7kDD54gRNGnNLdIePzqGv+PjVWw3xDFZ/Ui MEpaFNTTb+G8VLyvc4AdXhmq7Qs/qML0hW8KqQ1wkSfvtwrJDYSQUQUbAaQQv2xmhBskXk aW52VmZ3RzhP9QXjNZEthThO6NNQOWW/WHDBoG8pMQ+mPIRAtICTVy2OIoewQg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1736935197; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=O+v1RiB5TBYzojCuPeDIMOwSgWnHB4WkV3W9+4DrT0A=; b=mSikgc3BauWmcUs/UrT9e/DOeh45zKCnORhP0Lp8yb3VtSMFyRDIG9+DumCOBdBkeon6aC t37+ehoG9hkJjcBQ== To: Randy Dunlap , linux-kernel@vger.kernel.org Cc: Daniel Lezcano Subject: Re: [PATCH] genirq/timings: add kernel-doc for a function param In-Reply-To: <20250111062954.910657-1-rdunlap@infradead.org> References: <20250111062954.910657-1-rdunlap@infradead.org> Date: Wed, 15 Jan 2025 10:59:57 +0100 Message-ID: <87a5bscs82.ffs@tglx> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Fri, Jan 10 2025 at 22:29, Randy Dunlap wrote: > Add the description for @now to eliminate a kernel-doc warning. > (Is this function used? I don't see it being called.) That's indeed a good question. Daniel, what's the state of this after 7+ years of being in "comes soon" state? Thanks, tglx