X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Documentation%2Fdriver-model%2Fplatform.txt;h=41f41632ee550795e21d8207fb07c6b6372e3de6;hb=3474cbd11df8cdd6413781ea95bd51dd469098ff;hp=2e2c2ea90ceb1d490e019c7a1132eb812bfb6a9f;hpb=a3d2b755c0e8f301c079d8aa5a761622259400fe;p=deliverable%2Flinux.git diff --git a/Documentation/driver-model/platform.txt b/Documentation/driver-model/platform.txt index 2e2c2ea90ceb..41f41632ee55 100644 --- a/Documentation/driver-model/platform.txt +++ b/Documentation/driver-model/platform.txt @@ -192,7 +192,7 @@ command line. This will execute all matching early_param() callbacks. User specified early platform devices will be registered at this point. For the early serial console case the user can specify port on the kernel command line as "earlyprintk=serial.0" where "earlyprintk" is -the class string, "serial" is the name of the platfrom driver and +the class string, "serial" is the name of the platform driver and 0 is the platform device id. If the id is -1 then the dot and the id can be omitted.