Browse Source

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>
Geert Uytterhoeven 9 years ago
parent
commit
2095fc7695
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/tty/serial/sh-sci.c

+ 1 - 1
drivers/tty/serial/sh-sci.c

@@ -2645,7 +2645,7 @@ sci_parse_dt(struct platform_device *pdev, unsigned int *dev_id)
 	if (!p)
 	if (!p)
 		return NULL;
 		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");
 	id = of_alias_get_id(np, "serial");
 	if (id < 0) {
 	if (id < 0) {
 		dev_err(&pdev->dev, "failed to get alias id (%d)\n", id);
 		dev_err(&pdev->dev, "failed to get alias id (%d)\n", id);