From: Thomas Chou <thomas@wytron.com.tw>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] include: Correct "requset" typoes in misc.h
Date: Mon, 14 Dec 2015 20:24:51 +0800 [thread overview]
Message-ID: <566EB513.1030105@wytron.com.tw> (raw)
In-Reply-To: <alpine.LFD.2.20.1512140621320.4537@localhost>
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>
next prev parent reply other threads:[~2015-12-14 12:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2016-01-09 3:34 ` [U-Boot] " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=566EB513.1030105@wytron.com.tw \
--to=thomas@wytron.com.tw \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.