Re: [PR] spinlock: use spin_lock_init replace spin_initialize [nuttx]

2024-11-25 Thread via GitHub
xiaoxiang781216 merged PR #14931: URL: https://github.com/apache/nuttx/pull/14931 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

Re: [PR] spinlock: use spin_lock_init replace spin_initialize [nuttx]

2024-11-25 Thread via GitHub
nuttxpr commented on PR #14931: URL: https://github.com/apache/nuttx/pull/14931#issuecomment-2497723424 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR does not fully meet the NuttX requirements.

[PR] spinlock: use spin_lock_init replace spin_initialize [nuttx]

2024-11-25 Thread via GitHub
hujun260 opened a new pull request, #14931: URL: https://github.com/apache/nuttx/pull/14931 ## Summary spinlock: use spin_lock_init replace spin_initialize reason: 1: spin_lock_init and spin_initialize have similar functionalities. 2: spin_lock and spin_unlock should be calle