https://github.com/jarun/checkpatch
Copy of checkpatch from torvalds/linux/scripts
https://github.com/jarun/checkpatch
Last synced: 2 months ago
JSON representation
Copy of checkpatch from torvalds/linux/scripts
- Host: GitHub
- URL: https://github.com/jarun/checkpatch
- Owner: jarun
- Created: 2017-07-08T15:41:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T17:33:54.000Z (over 4 years ago)
- Last Synced: 2025-02-08T20:32:36.182Z (11 months ago)
- Language: Perl
- Size: 104 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# checkpatch
Copy of checkpatch from [torvalds/linux/scripts](https://github.com/torvalds/linux/tree/master/scripts)
To update the files, run any of the following commands:
wget -i files
aria2c -i files --allow-overwrite=true
To run on your own file (not in a regular linux kernel tree):
checkpatch.pl -f --no-tree your_file.c