Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linux
[deliverable/linux.git] / drivers / extcon / extcon-gpio.c
index 279ff8f6637da8beb62cd92bbbe63b8759c896a6..d023789f0fdac94a2fd8b6bfc90618793a2bda37 100644 (file)
@@ -126,7 +126,7 @@ static int gpio_extcon_probe(struct platform_device *pdev)
        INIT_DELAYED_WORK(&data->work, gpio_extcon_work);
 
        /*
-        * Request the interrput of gpio to detect whether external connector
+        * Request the interrupt of gpio to detect whether external connector
         * is attached or detached.
         */
        ret = devm_request_any_context_irq(&pdev->dev, data->irq,
This page took 0.029114 seconds and 5 git commands to generate.