mirror of
https://github.com/jetkvm/rv1106-system.git
synced 2026-05-21 05:20:41 +00:00
432 B
432 B
Contributing
Coding Style
For Linux kernel related code, please follow the Linux kernel coding style.
You can use the following script to check your code style before submitting a pull request, for example:
pushd ./sysdrv/source/kernel
./scripts/checkpatch.pl --root sysdrv/source/kernel -f drivers/staging/fbtft/fb_st7789v.c
popd