From: Robert P. J. Day Date: Mon, 14 Dec 2015 11:28:51 +0000 (-0500) Subject: include: Correct "requset" typoes in misc.h X-Git-Tag: v2025.01-rc5-pxa1908~10811 X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B?a=commitdiff_plain;h=f5abb40997eb68ef11102b726d8be747b3dd126e;p=u-boot.git include: Correct "requset" typoes in misc.h Signed-off-by: Robert P. J. Day Acked-by: Thomas Chou --- diff --git a/include/misc.h b/include/misc.h index 7e9badfabd..2b788143b5 100644 --- a/include/misc.h +++ b/include/misc.h @@ -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);