]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - doc/README.drivers.eth
NAND: Don't walk past end of oobfree[]
[people/ms/u-boot.git] / doc / README.drivers.eth
index e06d3ad44ba1cfd2128a778de7daa800b325fbea..e73e462c8c2ae5a1f53a0af419ae25e4d4ad1aab 100644 (file)
@@ -88,7 +88,7 @@ The return value for this function should be as follows:
 < 0 - failure (hardware failure, not probe failure)
 >=0 - number of interfaces detected
 
-You might notice that many drivers seem to use xxx_initialize() rather than 
+You might notice that many drivers seem to use xxx_initialize() rather than
 xxx_register().  This is the old naming convention and should be avoided as it
 causes confusion with the driver-specific init function.