* [U-Boot] [PATCH] include: Correct "requset" typoes in misc.h
@ 2015-12-14 11:28 Robert P. J. Day
2015-12-14 12:24 ` Thomas Chou
2016-01-09 3:34 ` [U-Boot] " Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Robert P. J. Day @ 2015-12-14 11:28 UTC (permalink / raw)
To: u-boot
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
diff --git a/include/misc.h b/include/misc.h
index 7e9badf..2b78814 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);
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] include: Correct "requset" typoes in misc.h
2015-12-14 11:28 [U-Boot] [PATCH] include: Correct "requset" typoes in misc.h Robert P. J. Day
@ 2015-12-14 12:24 ` Thomas Chou
2016-01-09 3:34 ` [U-Boot] " Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Chou @ 2015-12-14 12:24 UTC (permalink / raw)
To: u-boot
Hi Robert,
On 2015?12?14? 19:28, Robert P. J. Day wrote:
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
> ---
>
> diff --git a/include/misc.h b/include/misc.h
> index 7e9badf..2b78814 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);
>
Acked-by: Thomas Chou <thomas@wytron.com.tw>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] include: Correct "requset" typoes in misc.h
2015-12-14 11:28 [U-Boot] [PATCH] include: Correct "requset" typoes in misc.h Robert P. J. Day
2015-12-14 12:24 ` Thomas Chou
@ 2016-01-09 3:34 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-01-09 3:34 UTC (permalink / raw)
To: u-boot
On Mon, Dec 14, 2015 at 06:28:51AM -0500, Robert P. J. Day wrote:
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> Acked-by: Thomas Chou <thomas@wytron.com.tw>
>
> diff --git a/include/misc.h b/include/misc.h
> index 7e9badf..2b78814 100644
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160108/cfa563a7/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-01-09 3:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-14 11:28 [U-Boot] [PATCH] include: Correct "requset" typoes in misc.h Robert P. J. Day
2015-12-14 12:24 ` Thomas Chou
2016-01-09 3:34 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox