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 2021/05/10 19:43:25 UTC

[GitHub] [incubator-nuttx-apps] tanushreebaindur edited a comment on pull request #709: Apps Issue #246: Replace romdisk_register() with boardctl(BOARDIOC_ROMDISK)

tanushreebaindur edited a comment on pull request #709:
URL: https://github.com/apache/incubator-nuttx-apps/pull/709#issuecomment-836700639


   > @tanushreebaindur please fix the below nxstyle warning too:
   > 
   > ```
   > ../nuttx/tools/checkpatch.sh -g 842f149c7865a1be45fb1812dc10094b7fa01b33..HEAD
   > Error: /home/runner/work/incubator-nuttx-apps/incubator-nuttx-apps/apps/examples/sotest/sotest_main.c:202:25: error: Operator/assignment must be preceded with whitespace
   > Error: /home/runner/work/incubator-nuttx-apps/incubator-nuttx-apps/apps/examples/sotest/sotest_main.c:222:25: error: Operator/assignment must be preceded with whitespace
   > Error: /home/runner/work/incubator-nuttx-apps/incubator-nuttx-apps/apps/examples/sotest/sotest_main.c:242:25: error: Operator/assignment must be preceded with whitespace
   > ```
   
   This is one of the bugs in the nxstyle program:  https://github.com/apache/incubator-nuttx/issues/628
   Line 202 in sotest_main.c  is referred to in https://github.com/apache/incubator-nuttx/issues/628. Lines 222 and 242 are similar to line 202. 
   
   Please let me know how to proceed.


-- 
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.

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