From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 6 Jul 2017 21:59:12 -0600 Subject: [U-Boot] [PATCH v1 1/3] wdt: Fix spelling Resettting -> Resetting In-Reply-To: <20170705174408.72891-1-andriy.shevchenko@linux.intel.com> References: <20170705174408.72891-1-andriy.shevchenko@linux.intel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 5 July 2017 at 11:44, Andy Shevchenko wrote: > Fix spelling Resettting -> Resetting. > No functional change intended. > > Signed-off-by: Andy Shevchenko > --- > drivers/watchdog/wdt-uclass.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass