From 4946775c6db52dba28f72ba3525764b54f1d4593 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Wed, 28 Oct 2009 00:49:47 +0100 Subject: Coding Style cleanup; update CHANGELOG, prepare -rc1 Signed-off-by: Wolfgang Denk --- doc/README.drivers.eth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/README.drivers.eth') diff --git a/doc/README.drivers.eth b/doc/README.drivers.eth index e06d3ad..e73e462 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. -- cgit v1.1