From: Emmanuil Chatzipetru <chatzi.eman...@gmail.com>

This warning is caught by checkpatch.pl:
        - CHECK: 'begining' may be misspelled - perhaps 'beginning'?

Signed-off-by: Emmanuil Chatzipetru <chatzi.eman...@gmail.com>
---
 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 338c2d3ee842..19bfce684335 100644
--- a/drivers/staging/greybus/arche-platform.c
+++ b/drivers/staging/greybus/arche-platform.c
@@ -312,7 +312,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 (first 
time), we assume
+                        * 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 to 
standby boot.
                         */
-- 
2.1.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to