1
0
Fork 0

include: Correct "requset" typoes in misc.h

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Acked-by: Thomas Chou <thomas@wytron.com.tw>
utp
Robert P. J. Day 2015-12-14 06:28:51 -05:00 committed by Tom Rini
parent 8c20dc4074
commit f5abb40997
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ int misc_write(struct udevice *dev, int offset, void *buf, int size);
*
* @dev: the device
* @request: command to be sent to the device
* @buf: pointer to buffer related to the requset
* @buf: pointer to buffer related to the request
* @return: 0 if OK, -ve on error
*/
int misc_ioctl(struct udevice *dev, unsigned long request, void *buf);
@ -70,7 +70,7 @@ struct misc_ops {
*
* @dev: the device
* @request: command to be sent to the device
* @buf: pointer to buffer related to the requset
* @buf: pointer to buffer related to the request
* @return: 0 if OK, -ve on error
*/
int (*ioctl)(struct udevice *dev, unsigned long request, void *buf);