X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Documentation%2Fdriver-model%2Fporting.txt;h=92d86f7271b4d960431e3333ce5d0de3b9f9889e;hb=a9ca2a3cf40b28fd5672cae44c377a4d5c07404f;hp=98b233cb8b36882a41c3e604315b179ab0ca3537;hpb=6fbfddcb52d8d9fa2cd209f5ac2a1c87497d55b5;p=firefly-linux-kernel-4.4.55.git diff --git a/Documentation/driver-model/porting.txt b/Documentation/driver-model/porting.txt index 98b233cb8b36..92d86f7271b4 100644 --- a/Documentation/driver-model/porting.txt +++ b/Documentation/driver-model/porting.txt @@ -92,7 +92,7 @@ struct device represents a single device. It mainly contains metadata describing the relationship the device has to other entities. -- Embedd a struct device in the bus-specific device type. +- Embed a struct device in the bus-specific device type. struct pci_dev {