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 2020/09/03 19:27:03 UTC

[GitHub] [incubator-nuttx] btashton commented on pull request #1705: nRF52: refactor system timer handling; support tickless and nontickless using RTC/systick

btashton commented on pull request #1705:
URL: https://github.com/apache/incubator-nuttx/pull/1705#issuecomment-686709594


   > This is failing the check due to #1637
   
   Can you try applying this patch to work around the rename issue for now?
   
   ```
   diff --git a/tools/checkpatch.sh b/tools/checkpatch.sh
   index 0171d37d19..752c44eb69 100755
   --- a/tools/checkpatch.sh
   +++ b/tools/checkpatch.sh
   @@ -91,7 +91,7 @@ check_patch() {
    }
    
    check_commit() {
   -  diffs=`git show $1`
   +  diffs=`git show --no-renames $1`
      check_ranges <<< "$diffs"
    }
   ```


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