Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1590509 > unrolled thread
| Started by | Anton Vasilyev <vasilyev@ispras.ru> |
|---|---|
| First post | 2017-03-01 18:00 +0100 |
| Last post | 2017-03-01 18:00 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] Incorrect URL given in drivers/video/fbdev/Kconfig Anton Vasilyev <vasilyev@ispras.ru> - 2017-03-01 18:00 +0100
| From | Anton Vasilyev <vasilyev@ispras.ru> |
|---|---|
| Date | 2017-03-01 18:00 +0100 |
| Subject | [PATCH] Incorrect URL given in drivers/video/fbdev/Kconfig |
| Message-ID | <tgfLz-5N5-1@gated-at.bofh.it> |
Modify link to FrameBuffer HOWTO because original link become unavailable Found by Linux Driver Verification project (linuxtesting.org) Signed-off-by: Anton Vasilyev <vasilyev@ispras.ru> --- drivers/video/fbdev/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index 5d3b0db..f78043e 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig @@ -26,7 +26,7 @@ menuconfig FB You need an utility program called fbset to make full use of frame buffer devices. Please read <file:Documentation/fb/framebuffer.txt> and the Framebuffer-HOWTO at - <http://www.munted.org.uk/programming/Framebuffer-HOWTO-1.3.html> for more + <http://www.tldp.org/HOWTO/pdf/Framebuffer-HOWTO.pdf> for more information. Say Y here and to the driver for your graphics board below if you -- 2.7.4
Back to top | Article view | linux.kernel
csiph-web