]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
include: Correct "requset" typoes in misc.h
authorRobert P. J. Day <rpjday@crashcourse.ca>
Mon, 14 Dec 2015 11:28:51 +0000 (06:28 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 8 Jan 2016 15:15:42 +0000 (10:15 -0500)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Acked-by: Thomas Chou <thomas@wytron.com.tw>
include/misc.h

index 7e9badfabd0119f34980d4b800cb86b29ecaa8a3..2b788143b54cc975e2e86d0af92f29ec72e90374 100644 (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);