projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a182e69
)
video: tegra: fix spelling in comment
author
Marcel Ziswiler
<marcel.ziswiler@toradex.com>
Mon, 19 Dec 2016 14:38:04 +0000
(15:38 +0100)
committer
Tom Warren
<twarren@nvidia.com>
Tue, 3 Jan 2017 17:34:13 +0000
(10:34 -0700)
Get rid of spurious 'are' in the comment.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
drivers/video/tegra124/display.c
patch
|
blob
|
history
diff --git
a/drivers/video/tegra124/display.c
b/drivers/video/tegra124/display.c
index
d8999c3
..
28db96c
100644
(file)
--- a/
drivers/video/tegra124/display.c
+++ b/
drivers/video/tegra124/display.c
@@
-343,7
+343,7
@@
static int display_init(struct udevice *dev, void *lcdbase,
/*
* Before we probe the display device (eDP), tell it that this device
- * is
are
the source of the display data.
+ * is the source of the display data.
*/
ret = uclass_find_first_device(UCLASS_DISPLAY, &dp_dev);
if (ret) {