From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932065AbdHUWLw (ORCPT ); Mon, 21 Aug 2017 18:11:52 -0400 Received: from mail-wr0-f194.google.com ([209.85.128.194]:38085 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754438AbdHUWLv (ORCPT ); Mon, 21 Aug 2017 18:11:51 -0400 From: Eames Trinh To: gregkh@linuxfoundation.org Cc: johan@kernel.org, elder@kernel.org, linux-kernel@vger.kernel.org, Eames Trinh Subject: [PATCH] Staging: greybus: Fix spelling error in comment Date: Tue, 22 Aug 2017 00:11:37 +0200 Message-Id: <20170821221137.3664-1-eamestrinh@gmail.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixed a spelling error. Signed-off-by: Eames Trinh --- drivers/staging/greybus/arche-platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c index 4837aca41389..21ac92d0f533 100644 --- a/drivers/staging/greybus/arche-platform.c +++ b/drivers/staging/greybus/arche-platform.c @@ -196,7 +196,7 @@ static irqreturn_t arche_platform_wd_irq(int irq, void *devid) if (arche_pdata->wake_detect_state == WD_STATE_IDLE) { arche_pdata->wake_detect_start = jiffies; /* - * In the begining, when wake/detect goes low + * In the beginning, when wake/detect goes low * (first time), we assume it is meant for coldboot * and set the flag. If wake/detect line stays low * beyond 30msec, then it is coldboot else fallback -- 2.11.0