[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250715145315.qVcBbkCA@linutronix.de>
Date: Tue, 15 Jul 2025 16:53:15 +0200
From: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
To: Jonathan Corbet <corbet@....net>
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-rt-devel@...ts.linux.dev, Boqun Feng <boqun.feng@...il.com>,
Clark Williams <clrkwllms@...nel.org>,
Frederic Weisbecker <frederic@...nel.org>,
Ingo Molnar <mingo@...hat.com>,
John Ogness <john.ogness@...utronix.de>,
Peter Zijlstra <peterz@...radead.org>,
Steven Rostedt <rostedt@...dmis.org>,
Thomas Gleixner <tglx@...utronix.de>,
Valentin Schneider <vschneid@...hat.com>,
Waiman Long <longman@...hat.com>, Will Deacon <will@...nel.org>,
"Ahmed S. Darwish" <darwi@...utronix.de>
Subject: Re: [PATCH 1/3] Documentation: seqlock: Add a reference label and
license.
On 2025-07-15 08:48:07 [-0600], Jonathan Corbet wrote:
> > --- a/Documentation/locking/seqlock.rst
> > +++ b/Documentation/locking/seqlock.rst
> > @@ -1,3 +1,7 @@
> > +.. SPDX-License-Identifier: GPL-2.0
> > +
> > +.. _kernel_hacking_seqlock:
> > +
>
> This will work, but you don't really need the label. Just say
> "Documentation/locking/seqlock.rst" at the other end and the
> cross-reference link will happen by itself - and plain-text readers will
> know where to go as well.
I did
:ref:`Documentation/locking/seqlock.rst <kernel_hacking_seqlock>`
and you are saying just the file path without fancy :ref: is enough.
Okay. Then I keep just SPDX tag for v2.
> Thanks,
>
> jon
Sebastian
Powered by blists - more mailing lists