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/09/13 13:06:40 UTC

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request, #7084: drivers/mmcsd: Remove executable permissions from source files

hartmannathan opened a new pull request, #7084:
URL: https://github.com/apache/incubator-nuttx/pull/7084

   ## Summary
   
   Remove executable permissions from source files.
   
   ## Impact
   
   Corrects the incorrect permissions.
   
   ## Testing
   
   nxstyle


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


[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7084: drivers/mmcsd: Remove executable permissions from source files

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on PR #7084:
URL: https://github.com/apache/incubator-nuttx/pull/7084#issuecomment-1245552357

   Maybe we can add some check to avoid it happen again.


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


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7084: drivers/mmcsd: Remove executable permissions from source files

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #7084:
URL: https://github.com/apache/incubator-nuttx/pull/7084


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


[GitHub] [incubator-nuttx] hartmannathan commented on pull request #7084: drivers/mmcsd: Remove executable permissions from source files

Posted by GitBox <gi...@apache.org>.
hartmannathan commented on PR #7084:
URL: https://github.com/apache/incubator-nuttx/pull/7084#issuecomment-1245660934

   > Maybe we can add some check to avoid it happen again.
   
   It's a good idea.
   
   Currently I am checking for this manually.
   
   An automatic check in GitHub pre-checks would be nice. I don't know how to implement it though.


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