From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from bh-25.webhostbox.net ([208.91.199.152]:45370 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754694AbbKCOrc (ORCPT ); Tue, 3 Nov 2015 09:47:32 -0500 Subject: Re: [PATCH 1/2] watchdog: include: fix some typos To: Wolfram Sang , linux-watchdog@vger.kernel.org References: <1446537616-3452-1-git-send-email-wsa@the-dreams.de> Cc: Wim Van Sebroeck , linux-sh@vger.kernel.org From: Guenter Roeck Message-ID: <5638C902.7040509@roeck-us.net> Date: Tue, 3 Nov 2015 06:47:30 -0800 MIME-Version: 1.0 In-Reply-To: <1446537616-3452-1-git-send-email-wsa@the-dreams.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On 11/03/2015 12:00 AM, Wolfram Sang wrote: > From: Wolfram Sang > > Signed-off-by: Wolfram Sang Reviewed-by: Guenter Roeck > --- > 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; >