Files
2025-09-11 15:41:00 +02:00

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