Hi there,

this morning i created my first patch for the Linux kernel.
It fixes a style issue which was reported by using checkpatch.pl on drivers/staging/comedi/drivers/adl_pci9118.c

Although it's a very small patch, i hope this is useful.
My question now is: how can i submit the patch to the developers?

Best regards and have a nice weekend,
Fabian

949,950c949
< 		if ((cmd->flags & CMDF_WAKE_EOS) &&
< 		    (cmd->scan_end_arg == 1)) {
---
> 		if cmd->flags & CMDF_WAKE_EOS && cmd->scan_end_arg == 1 {
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to