On Sun, 2007-05-13 at 10:13 +0200, Ivo van Doorn wrote: > > > +} > > > +EXPORT_SYMBOL_GPL(eeprom_93cx6_multiread); > > > + > > > > It's pedantic, but I hate empty lines at the end of files... > > GCC usually complains when a file does not have a empty line > at the end of the file. Nah, it only complains when the file ends with a character other than '\n', i.e. the last line has contents. This would be represented as +EXPORT_SYMBOL_GPL(eeprom_93cx6_multiread); +\ No newline at end of file in a unified diff, where that "\ No newline at end of file" text is not part of the hunk (that is, the hunk linecount doesn't include it) :) johannes
Attachment:
signature.asc
Description: This is a digitally signed message part