]> git.karo-electronics.de Git - linux-beck.git/commitdiff
serial: sh-sci: Grammar s/Get ... for/Get ... from/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 12 Nov 2015 12:39:49 +0000 (13:39 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 17 Dec 2015 10:18:12 +0000 (11:18 +0100)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sh-sci.c

index dfee7a2f51f147d19860f0e0bf66946613c5a79c..5ec1a70cd2f49adaa3a2affa0bd7d578d2e5a38b 100644 (file)
@@ -2645,7 +2645,7 @@ sci_parse_dt(struct platform_device *pdev, unsigned int *dev_id)
        if (!p)
                return NULL;
 
-       /* Get the line number for the aliases node. */
+       /* Get the line number from the aliases node. */
        id = of_alias_get_id(np, "serial");
        if (id < 0) {
                dev_err(&pdev->dev, "failed to get alias id (%d)\n", id);