[PATCH] modedb.txt: fix modedb.c path

From: yegorslists
Date: Wed Nov 28 2012 - 09:39:50 EST


From: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx>

Remove "linux" in modedb.c path, otherwise such editors as
vi won't be able to jump to this file.

Signed-off-by: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx>
---
Documentation/fb/modedb.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/fb/modedb.txt b/Documentation/fb/modedb.txt
index 16aa084..683db79 100644
--- a/Documentation/fb/modedb.txt
+++ b/Documentation/fb/modedb.txt
@@ -131,7 +131,7 @@ To specify a video mode at bootup, use the following boot options:
video=<driver>:<xres>x<yres>[-<bpp>][@refresh]

where <driver> is a name from the table below. Valid default modes can be
-found in linux/drivers/video/modedb.c. Check your driver's documentation.
+found in drivers/video/modedb.c. Check your driver's documentation.
There may be more modes.

Drivers that support modedb boot options
--
1.7.7

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/