My first patch - patch for adl_pci9118.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxxx
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux