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/nuttx.git

commit e85afaf6cf93f3438bb97287c51f7cfcd101d1eb
Author: Petro Karashchenko <[email protected]>
AuthorDate: Wed May 17 23:10:46 2023 +0300

    arch/arm/src/cxd56xx: fix style issues
    
    Signed-off-by: Petro Karashchenko <[email protected]>
---
 arch/arm/src/cxd56xx/cxd56_powermgr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/src/cxd56xx/cxd56_powermgr.c 
b/arch/arm/src/cxd56xx/cxd56_powermgr.c
index 1341c68dd0..dba3f37e47 100644
--- a/arch/arm/src/cxd56xx/cxd56_powermgr.c
+++ b/arch/arm/src/cxd56xx/cxd56_powermgr.c
@@ -477,7 +477,7 @@ static int cxd56_pm_maintask(int argc, char *argv[])
 }
 
 void *cxd56_pm_register_callback(uint32_t target,
-                                     cxd56_pm_callback callback)
+                                 cxd56_pm_callback callback)
 {
   struct pm_cbentry_s *entry = NULL;
 

Reply via email to