worlickwerx / pi-parport

retro parallel port for raspberry pi
GNU General Public License v2.0
64 stars 11 forks source link

address kernel style issues #20

Closed garlick closed 5 years ago

garlick commented 5 years ago

Add a make check target to run the kernel's checkpatch.pl against parport_gpio.c, and address all reported issues in preparation for upstream submission.

Enable travis to run that check on every PR.

Also move the copies of parport kernel stuff to a parport subdir to make it clearer what is original for this project, and what's copied in here for convenience.