summaryrefslogtreecommitdiffstats
path: root/doc/README.drivers.eth
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-10-28 00:49:47 +0100
committerWolfgang Denk <wd@denx.de>2009-10-28 00:49:47 +0100
commit4946775c6db52dba28f72ba3525764b54f1d4593 (patch)
treee5d0d53ce1e138f05b2ced553933aecc6907c3e1 /doc/README.drivers.eth
parent246c69225c7b962d5c93e92282b78ca9fc5fefee (diff)
downloadblackbird-obmc-uboot-4946775c6db52dba28f72ba3525764b54f1d4593.tar.gz
blackbird-obmc-uboot-4946775c6db52dba28f72ba3525764b54f1d4593.zip
Coding Style cleanup; update CHANGELOG, prepare -rc1
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'doc/README.drivers.eth')
-rw-r--r--doc/README.drivers.eth2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.drivers.eth b/doc/README.drivers.eth
index e06d3ad44b..e73e462c8c 100644
--- a/doc/README.drivers.eth
+++ b/doc/README.drivers.eth
@@ -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.
OpenPOWER on IntegriCloud