From: Guenter Roeck <linux@roeck-us.net>
To: Wolfram Sang <wsa@the-dreams.de>, linux-watchdog@vger.kernel.org
Cc: Wim Van Sebroeck <wim@iguana.be>, linux-sh@vger.kernel.org
Subject: Re: [PATCH 1/2] watchdog: include: fix some typos
Date: Tue, 03 Nov 2015 14:47:30 +0000 [thread overview]
Message-ID: <5638C902.7040509@roeck-us.net> (raw)
In-Reply-To: <1446537616-3452-1-git-send-email-wsa@the-dreams.de>
On 11/03/2015 12:00 AM, Wolfram Sang wrote:
> From: Wolfram Sang <wsa+renesas@sang-engineering.com>
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
> ---
> include/linux/watchdog.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/linux/watchdog.h b/include/linux/watchdog.h
> index d74a0e907b9e76..fbd752de3a24d5 100644
> --- a/include/linux/watchdog.h
> +++ b/include/linux/watchdog.h
> @@ -25,7 +25,7 @@ struct watchdog_device;
> * @ping: The routine that sends a keepalive ping to the watchdog device.
> * @status: The routine that shows the status of the watchdog device.
> * @set_timeout:The routine for setting the watchdog devices timeout value.
> - * @get_timeleft:The routine that get's the time that's left before a reset.
> + * @get_timeleft:The routine that gets the time left before a reset.
> * @ref: The ref operation for dyn. allocated watchdog_device structs
> * @unref: The unref operation for dyn. allocated watchdog_device structs
> * @ioctl: The routines that handles extra ioctl calls.
> @@ -33,7 +33,7 @@ struct watchdog_device;
> * The watchdog_ops structure contains a list of low-level operations
> * that control a watchdog device. It also contains the module that owns
> * these operations. The start and stop function are mandatory, all other
> - * functions are optonal.
> + * functions are optional.
> */
> struct watchdog_ops {
> struct module *owner;
>
prev parent reply other threads:[~2015-11-03 14:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-03 8:00 [PATCH 1/2] watchdog: include: fix some typos Wolfram Sang
2015-11-03 8:00 ` [PATCH 2/2] watchdog: include: add units for timeout values in kerneldoc Wolfram Sang
2015-11-03 14:48 ` Guenter Roeck
2015-11-03 14:47 ` Guenter Roeck [this message]
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=5638C902.7040509@roeck-us.net \
--to=linux@roeck-us.net \
--cc=linux-sh@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=wim@iguana.be \
--cc=wsa@the-dreams.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).