You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/12/11 12:00:38 UTC

[incubator-nuttx] 01/02: include: nuttx: Fix style warnings in spinlock.h

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 21cb7935c5eb173f6ba9b61522d85019893f54a2
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Mon Dec 7 21:01:28 2020 +0900

    include: nuttx: Fix style warnings in spinlock.h
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 include/nuttx/spinlock.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/nuttx/spinlock.h b/include/nuttx/spinlock.h
index 6860760..3f86898 100644
--- a/include/nuttx/spinlock.h
+++ b/include/nuttx/spinlock.h
@@ -126,7 +126,8 @@ spinlock_t up_testset(volatile FAR spinlock_t *lock);
  * Name: spin_initialize
  *
  * Description:
- *   Initialize a non-reentrant spinlock object to its initial, unlocked state.
+ *   Initialize a non-reentrant spinlock object to its initial,
+ *   unlocked state.
  *
  * Input Parameters:
  *   lock  - A reference to the spinlock object to be initialized.