Re: [PATCH v5 06/10] rust: sync: atomic: Add the framework of arithmetic operations
Boqun Feng <[email protected]>
| Newsgroups | dev.linux.lists.lkmm,org.kernel.vger.linux-arch,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jun 26, 2025 at 02:39:49PM +0200, Andreas Hindborg wrote: [...] > > + // - For calling the atomic_add() function: > > + // - `self.as_ptr()` is a valid pointer, and per the safety requirement of `AllocAtomic`, > > Typo, should be `AllowAtomic`. > [...] > > + // SAFETY: > > + // - For calling the atomic_fetch_add*() function: > > + // - `self.as_ptr()` is a valid pointer, and per the safety requirement of `AllocAtomic`, > > Typo, should be `AllowAtomic`. > Both fixed. Regards, Boqun > > Best regards, > Andreas Hindborg > >