Skip to content

Instantly share code, notes, and snippets.

@Makistos
Created December 14, 2016 12:10
Show Gist options
  • Save Makistos/0c37d753889804fe3630149f6d7db32e to your computer and use it in GitHub Desktop.
Save Makistos/0c37d753889804fe3630149f6d7db32e to your computer and use it in GitHub Desktop.
Run checkpatch on latest kernel change. Run in kernel root. #bash #linux
git diff HEAD~1..HEAD | perl scripts/checkpatch.pl --no-signoff --ignore NONBLANK_AFTER_SUMMARY -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment