You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/29 20:13:14 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7464: Fix reprioritize

pkarashchenko commented on code in PR #7464:
URL: https://github.com/apache/incubator-nuttx/pull/7464#discussion_r1008752658


##########
include/nuttx/spinlock.h:
##########
@@ -300,7 +300,7 @@ void spin_unlock_wo_note(FAR volatile spinlock_t *lock);
  *
  ****************************************************************************/
 
-/* bool spin_islocked(FAR spinlock_t lock); */
+/* bool spin_islocked(FAR spinlock_t *lock); */

Review Comment:
   We have many places similar to this. I just fixed missing `*`. Let's add newlines as a separate change



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org