X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Documentation%2Fdriver-model%2Fdriver.txt;h=82132169d47a837fc55ea9d53555abc29b2c7b5d;hb=refs%2Fheads%2Fvserver;hp=59806c9761f7bbbd2c6c03e08fb95bf57f342b7d;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/Documentation/driver-model/driver.txt b/Documentation/driver-model/driver.txt index 59806c976..82132169d 100644 --- a/Documentation/driver-model/driver.txt +++ b/Documentation/driver-model/driver.txt @@ -178,7 +178,7 @@ the driver to that device. A driver's probe() may return a negative errno value to indicate that the driver did not bind to this device, in which case it should have -released all reasources it allocated. +released all resources it allocated. int (*remove) (struct device * dev);