9
0
Fork 0

u-boot-v2: fix typos in documentation

Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Márton Németh 2010-03-28 09:14:11 +02:00 committed by Sascha Hauer
parent 2a9b63f283
commit c46c96b0cd
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ See above.
int (*probe) (struct device_d *);
int (*remove)(struct device_d *);
These are called if a instance of a device is found or gone.
These are called if an instance of a device is found or gone.
ssize_t (*read) (struct device_d*, void* buf, size_t count, ulong offset, ulong flags);
ssize_t (*write) (struct device_d*, const void* buf, size_t count, ulong offset, ulong flags);
@ -67,6 +67,6 @@ void *type_data;
This is somewhat redundant with the type data in struct device. Currently the
filesystem implementation uses this field while ethernet drivers use the same
field in struct device. Probably one of both should be removed.
field in struct device. Probably one of them should be removed.