summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2015-12-14 06:28:51 -0500
committerTom Rini <trini@konsulko.com>2016-01-08 10:15:42 -0500
commitf5abb40997eb68ef11102b726d8be747b3dd126e (patch)
tree655b7bd54447d0dc5e4323b726bb49f5ef0fc3bf
parent8c20dc40741a7eb03087ab47e988a899fd7175b1 (diff)
downloadblackbird-obmc-uboot-f5abb40997eb68ef11102b726d8be747b3dd126e.tar.gz
blackbird-obmc-uboot-f5abb40997eb68ef11102b726d8be747b3dd126e.zip
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>
-rw-r--r--include/misc.h4
1 files changed, 2 insertions, 2 deletions
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);
OpenPOWER on IntegriCloud