Ryan Adolf <ryanadolf123@xxxxxxxxx> writes: > The patch is attached. > There's only one modified line in it: correcting the typo of timstamp > --> timestamp. You'll probably need to send this as a properly formatted patch. Pretty simple to do: - Make you change (you already did that) - Run 'git add event.c; git commit -s' and write a commit message; check that the signed-off-by has your name and email address right. - Run 'git format-patch HEAD^' which will produce a file - Run 'git send-email <filename>.patch' to send it You'll need some config to teach git how to talk to your SMTP server for the last one to work. It should be straight-forward to to set it up with gmail (just Google it). -Toke