summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sh-sci.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2015-11-12 13:39:49 +0100
committerGeert Uytterhoeven <geert+renesas@glider.be>2015-12-17 11:18:12 +0100
commit2095fc76953aeec2a091d321426daca3534fca12 (patch)
treeef40c9ae416531f9c5227ebe44cebfb6b444566c /drivers/tty/serial/sh-sci.c
parentdcafbb47bdfde32b9f3c275aa4b435c120d02f15 (diff)
downloadop-kernel-dev-2095fc76953aeec2a091d321426daca3534fca12.zip
op-kernel-dev-2095fc76953aeec2a091d321426daca3534fca12.tar.gz
serial: sh-sci: Grammar s/Get ... for/Get ... from/
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>
Diffstat (limited to 'drivers/tty/serial/sh-sci.c')
-rw-r--r--drivers/tty/serial/sh-sci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/sh-sci.c b/drivers/tty/serial/sh-sci.c
index dfee7a2..5ec1a70 100644
--- a/drivers/tty/serial/sh-sci.c
+++ b/drivers/tty/serial/sh-sci.c
@@ -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);
OpenPOWER on IntegriCloud